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

Method latitude

src/model/WeatherFile.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 double WeatherFile_Impl::latitude() const {
95 boost::optional<double> value = getDouble(OS_WeatherFileFields::Latitude, true);
96 OS_ASSERT(value);
97 return value.get();
98 }
99
100 double WeatherFile_Impl::longitude() const {
101 boost::optional<double> value = getDouble(OS_WeatherFileFields::Longitude, true);

Callers 1

setWeatherFileMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected