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