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

Method extrapolationMethod

src/model/TableIndependentVariable.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 std::string TableIndependentVariable_Impl::extrapolationMethod() const {
58 boost::optional<std::string> value = getString(OS_Table_IndependentVariableFields::ExtrapolationMethod, true);
59 OS_ASSERT(value);
60 return value.get();
61 }
62
63 boost::optional<double> TableIndependentVariable_Impl::minimumValue() const {
64 return getDouble(OS_Table_IndependentVariableFields::MinimumValue, true);

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64