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

Method resetMinimumValue

src/model/TableIndependentVariable.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 void TableIndependentVariable_Impl::resetMinimumValue() {
109 bool result = setString(OS_Table_IndependentVariableFields::MinimumValue, "");
110 OS_ASSERT(result);
111 }
112
113 bool TableIndependentVariable_Impl::setMaximumValue(double maximumValue) {
114 bool result = setDouble(OS_Table_IndependentVariableFields::MaximumValue, maximumValue);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64