restrictToInterval Method
- compress out values not within the [a,b] interval.
- Note that if a is greater than b all values are rejected.
restrictToInterval(a: number, b: number): void
| Parameter | Type | Description |
|---|---|---|
| a | number | low value for accepted interval |
| b | number | high value for accepted interval |
Defined in
Last Updated: 08 January, 2020