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

Method getFeatureAsDouble

src/model/BuildingUnit.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 boost::optional<double> BuildingUnit_Impl::getFeatureAsDouble(const std::string& name) const {
97 return this->additionalProperties().getFeatureAsDouble(name);
98 }
99
100 boost::optional<int> BuildingUnit_Impl::getFeatureAsInteger(const std::string& name) const {
101 return this->additionalProperties().getFeatureAsInteger(name);

Callers 2

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

additionalPropertiesMethod · 0.80

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36