↓ Static
The `Range` object static methods
Last updated
The `Range` object static methods
Last updated
public static createFrom(): Range<number, number, Step>
Creates the Range
instance from the given random numbers
and the step
.
public static createMaximum(): Maximum<Value>
Returns the Maximum
instance of the given maximum value
.
public static createMinimum(): Minimum<Value>
Returns the Minimum
instance of the given minimum value
.