MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / diffuseSolarReflectance

Method diffuseSolarReflectance

src/model/Screen.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 double Screen_Impl::diffuseSolarReflectance() const {
99 boost::optional<double> value = getDouble(OS_WindowMaterial_ScreenFields::DiffuseSolarReflectance, true);
100 OS_ASSERT(value);
101 return value.get();
102 }
103
104 double Screen_Impl::diffuseVisibleReflectance() const {
105 boost::optional<double> value = getDouble(OS_WindowMaterial_ScreenFields::DiffuseVisibleReflectance, true);

Callers 1

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64