Returns a difference between max and min
Clips a range to a min, max value
The new clipped range
Returns true if the range equals another by value
Grows a range by a min and max factor
The grow factor
Returns true if the range is defined (is a real number, not NaN, not infinite, and not undefined)
Returns true if the range min === range max
Returns a string representation of a NumberRange for easy debugging
Returns a new NumberRange which is the union of two ranges
the new union range
Turns a { min, max } object into a NumberRange, most helpful for JSON deserialization
Generated using TypeDoc
Defines a number range with numeric min, max