★ Constructor
The `Minimum` primitive wrapper object constructor
Minimum()
Minimum()
Creates the Minimum
instance of the given primitive value
.
minimum.class.ts
Parameters
Parameters
The value of the generic type variable Value
is the primitive value of the new instance.
Example usage
Last updated