Methods

The `Number` primitive wrapper object methods

public static create(): Number<Value> Creates the Number instance with the given primitive value

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