Overview
The `Number` primitive wrapper object
Number {}
Number {}The Number primitive wrapper object extended by the Inequality abstract primitive wrapper object represents the number greater or less than the given.
number.class.tsInequality.class.tsMethods
public static isNumber(): boolean
Checks the provided value of any type whether is an instance of Number of any or the given primitive value.
public valueOf(): Value
Returns the primitive value of the generic type variable Value of the specified Number object.
Last updated
