NumberRange
Show Deprecated
The NumberRange represents a range of numbers.
Summary
Constructors
Returns a new NumberRange with the minimum and maximum set to the value.
Returns a new NumberRange with the provided minimum and maximum.
Properties
The minimum value of the NumberRange.
The maximum value of the NumberRange.
Constructors
new
Returns a new NumberRange with the provided minimum and maximum. The minimum must be less than or equal to maximum.