Interface NumberConstructor
Hierarchy
- NumberConstructor
Callable
-
Parameters
-
Optional value: any
Returns number
-
Index
Constructors
Properties
Constructors
constructor
-
Parameters
-
Optional value: any
Returns Number
-
Properties
MAX_VALUE
MIN_VALUE
The closest number to zero that can be represented in JavaScript. Equal to approximately 5.00E-324.
NEGATIVE_INFINITY
A value that is less than the largest negative number that can be represented in JavaScript. JavaScript displays NEGATIVE_INFINITY values as -infinity.
NaN
A value that is not a number. In equality comparisons, NaN does not equal any value, including itself. To test whether a value is equivalent to NaN, use the isNaN function.
POSITIVE_INFINITY
A value greater than the largest number that can be represented in JavaScript. JavaScript displays POSITIVE_INFINITY values as infinity.
prototype
Generated using TypeDoc
The largest number that can be represented in JavaScript. Equal to approximately 1.79E+308.