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

Method longitude

src/model/WeatherFile.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 double WeatherFile_Impl::longitude() const {
101 boost::optional<double> value = getDouble(OS_WeatherFileFields::Longitude, true);
102 OS_ASSERT(value);
103 return value.get();
104 }
105
106 double WeatherFile_Impl::timeZone() const {
107 boost::optional<double> value = getDouble(OS_WeatherFileFields::TimeZone, true);

Callers 1

setWeatherFileMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected