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

Method numVariables

src/model/Curve.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 } // namespace detail
85
86 int Curve::numVariables() const {
87 return getImpl<detail::Curve_Impl>()->numVariables();
88 }
89
90 double Curve::evaluate(const std::vector<double>& x) const {
91 return getImpl<detail::Curve_Impl>()->evaluate(x);

Callers 6

evalCurveAt75Function · 0.45
setCurveAt75Function · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36