↓ Static
The `Range` object static methods
Last updated
The `Range` object static methods
Last updated
public static : Range<Value> Returns a new instance of with a range of the given required , and optional current , .
public static : Range<number, number, Step> Creates the instance from the given random and the .
public static : Maximum<Value> Returns the instance of the given maximum .
public static : Minimum<Value> Returns the instance of the given minimum .
public static : value is Range<Min, Max> Checks whether the is an instance of of any or the given and range and .