| 423 | } |
| 424 | |
| 425 | double value() const FL_NOEXCEPT { return mValue; } |
| 426 | double getEpsilon() const FL_NOEXCEPT { return mEpsilon; } |
| 427 | double getMargin() const FL_NOEXCEPT { return mMargin; } |
| 428 | double getScale() const FL_NOEXCEPT { return mScale; } |
no outgoing calls
no test coverage detected