isRangeValueWithinViewport abstract method
Returns true if the given rangeValue
point is within the output range.
Not to be confused with the start and end of the domain.
Implementation
bool isRangeValueWithinViewport(double rangeValue);
Returns true if the given rangeValue
point is within the output range.
Not to be confused with the start and end of the domain.
bool isRangeValueWithinViewport(double rangeValue);