isRangeValueWithinViewport abstract method

bool isRangeValueWithinViewport(
  1. double rangeValue
)
inherited

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