restrictToInterval MethodStatic

restrict x so it is in the interval [a,b], allowing a,b to be in either order.

restrictToInterval(x: number, a: number, b: number): number

Parameter Type Description
x number  
a number (usually the lower) interval limit
b number (usually the upper) interval limit

Defined in

Last Updated: 08 January, 2020