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

Method setNormalizationMethod

src/model/TableLookup.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 bool TableLookup_Impl::setNormalizationMethod(const std::string& normalizationMethod) {
165 bool result = setString(OS_Table_LookupFields::NormalizationMethod, normalizationMethod);
166 return result;
167 }
168
169 bool TableLookup_Impl::setNormalizationDivisor(double normalizationDivisor) {
170 if (std::abs(normalizationDivisor) < std::numeric_limits<double>::min()) {

Callers 8

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

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64