Properties
The `Range` object properties
Last updated
The `Range` object properties
Last updated
public readonly : Max
The max
read-only property is the maximum range of generic type variable of a specified object.
public readonly : Min;
The min
read-only property is the minimum range of generic type variable of a specified object.
: Maximum<Max> Private property of the with a primitive value from a given of the constructor indicates the maximum range.
: Minimum<Min> Private property of the with a primitive value from a given of the constructor indicates the minimum range.
: Step The private property of the generic type variable indicates the range step.
: number The private property of the type indicates the range value.