Methods
The `Minimum` primitive wrapper object methods
Last updated
The `Minimum` primitive wrapper object methods
Last updated
public static isMinimum(): boolean
Checks the provided value
of any
type whether is an instance of Minimum
of any or the given min
.
public valueOf(): Value
Returns the primitive value of the generic type variable Value
of the specified Minimum
object.