★ Constructor
Creates the Maximum instance of the given primitive value
Maximum()
Maximum()
Creates the Maximum
instance of the given primitive value
.
maximum.class.ts
Parameters
Parameters
The value of the generic type variable Value
is the primitive value of the new instance.
Example usage
Last updated