The `Number` primitive wrapper object
Number {}
The Number primitive wrapper objectarrow-up-right extended by the Inequality abstract primitive wrapper objectarrow-up-right represents the numberarrow-up-right greater or less than the given.
Number
Inequality
object
number
number.class.ts
Inequality.class.ts
public static create(): Number<Value> Creates the Number instance with the given primitive value
value
public static isNumber(): boolean Checks the provided value of anyarrow-up-right type whether is an instance of Number of any or the given primitive value.
any
public valueOf(): Value Returns the primitive valuearrow-up-right of the generic type variable Value of the specified Number object.
Value
Last updated 2 years ago