The `Maximum` primitive wrapper object methods
Last updated 3 years ago
public static create(): Maximum<Value> Creates the Maximum instance with the given primitive .
Maximum
public static : boolean Checks whether the value of any type is the Maximum instance of any or the given primitive .
any
public : Value Returns the primitive value of a specified Maximum object.
value