| 98 | } |
| 99 | |
| 100 | double Shade_Impl::solarAbsorptance() const { |
| 101 | return 1.0 - solarTransmittance() - solarReflectance(); |
| 102 | } |
| 103 | |
| 104 | double Shade_Impl::solarReflectance() const { |
| 105 | OptionalDouble od = getDouble(OS_WindowMaterial_ShadeFields::SolarReflectance, true); |
no outgoing calls