| 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(); |