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

Method resetMaximumValue

src/model/TableIndependentVariable.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 void TableIndependentVariable_Impl::resetMaximumValue() {
119 bool result = setString(OS_Table_IndependentVariableFields::MaximumValue, "");
120 OS_ASSERT(result);
121 }
122
123 bool TableIndependentVariable_Impl::setNormalizationReferenceValue(double normalizationReferenceValue) {
124 bool result = setDouble(OS_Table_IndependentVariableFields::NormalizationReferenceValue, normalizationReferenceValue);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64