![]() |
![]() |
|||||||||||
|
toString |
Converts a Number object or variable to a string using the specified radix. |
Properties
MAX_VALUE |
The largest number that can be represented in JScript. |
MIN_VALUE |
The number closest to zero that can be represented in JScript. |
NaN |
A special value that indicates an expression returned a value that was not a number. |
NEGATIVE_INFINITY |
A value larger than the largest negative number that can be represented in JScript. |
POSITIVE_INFINITY |
A value larger than the largest positive number that can be represented in JScript. |
Syntax
new Number( value )
Arguments
Remarks
JScript creates Number objects as required from numerical values. It is rarely necessary to create Number objects explicitly.Copyright © 2000 Chili!Soft