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

Method coefficient3C4

src/model/CurveDoubleExponentialDecay.cpp:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 }
296
297 double CurveDoubleExponentialDecay::coefficient3C4() const {
298 DEPRECATED_AT_MSG(3, 1, 0, "Use coefficient4C4 instead.");
299 return getImpl<detail::CurveDoubleExponentialDecay_Impl>()->coefficient4C4();
300 }
301
302 double CurveDoubleExponentialDecay::coefficient5C5() const {
303 return getImpl<detail::CurveDoubleExponentialDecay_Impl>()->coefficient5C5();

Callers 1

TEST_FFunction · 0.80

Calls 1

coefficient4C4Method · 0.45

Tested by 1

TEST_FFunction · 0.64