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

Method coefficient3C5

src/model/CurveDoubleExponentialDecay.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 }
305
306 double CurveDoubleExponentialDecay::coefficient3C5() const {
307 DEPRECATED_AT_MSG(3, 1, 0, "Use coefficient4C4 instead.");
308 return getImpl<detail::CurveDoubleExponentialDecay_Impl>()->coefficient5C5();
309 }
310
311 double CurveDoubleExponentialDecay::minimumValueofx() const {
312 return getImpl<detail::CurveDoubleExponentialDecay_Impl>()->minimumValueofx();

Callers 1

TEST_FFunction · 0.80

Calls 1

coefficient5C5Method · 0.45

Tested by 1

TEST_FFunction · 0.64