Properties
The `Range` object properties
#maximum: Maximum<Max>
Private property of the Maximum
primitive wrapper object with a primitive value from a given max
of the Range
constructor indicates the maximum range.
#minimum: Minimum<Min>
Private property of the Minimum
primitive wrapper object with a primitive value from a given min
of the Range
constructor indicates the minimum range.
Last updated