Checks if value is included in the interval x
value
x
Interval.hasValue( Interval(-1, 1), 0) // trueInterval.hasValue( Interval(-1, 1), 10) // false
Generated using TypeDoc
Checks if
value
is included in the intervalx
Example
Returns