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

Method setExtrapolationMethod

src/model/TableIndependentVariable.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 bool TableIndependentVariable_Impl::setExtrapolationMethod(const std::string& extrapolationMethod) {
99 bool result = setString(OS_Table_IndependentVariableFields::ExtrapolationMethod, extrapolationMethod);
100 return result;
101 }
102
103 bool TableIndependentVariable_Impl::setMinimumValue(double minimumValue) {
104 bool result = setDouble(OS_Table_IndependentVariableFields::MinimumValue, minimumValue);

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