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

Method setMaximumValue

src/model/TableIndependentVariable.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 bool TableIndependentVariable_Impl::setMaximumValue(double maximumValue) {
114 bool result = setDouble(OS_Table_IndependentVariableFields::MaximumValue, maximumValue);
115 return result;
116 }
117
118 void TableIndependentVariable_Impl::resetMaximumValue() {
119 bool result = setString(OS_Table_IndependentVariableFields::MaximumValue, "");

Callers 10

translateHtRcvryMethod · 0.80
translateCrvMapDblVarMethod · 0.80
translateCrvMapSglVarMethod · 0.80
makeTableFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64