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

Method minimumValue

src/model/TableIndependentVariable.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 boost::optional<double> TableIndependentVariable_Impl::minimumValue() const {
64 return getDouble(OS_Table_IndependentVariableFields::MinimumValue, true);
65 }
66
67 boost::optional<double> TableIndependentVariable_Impl::maximumValue() const {
68 return getDouble(OS_Table_IndependentVariableFields::MaximumValue, true);

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64