NEGATIVE_INFINITY Property (Windows Scripting - JScript)
Returns a value more negative than the largest negative number (-Number.MAX_VALUE) representable in JScript.
Syntax
Number.NEGATIVE_INFINITY
Remarks
The number argument is the Number object.
The Number object does not have to be created before the NEGATIVE_INFINITY property can be accessed.
JScript displays NEGATIVE_INFINITY values as -infinity. This value behaves mathematically as infinity.
Requirements
Applies To: Number Object (Windows Scripting - JScript)
See Also
MAX_VALUE Property (Windows Scripting - JScript)
MIN_VALUE Property (Windows Scripting - JScript)
NaN Property (Windows Scripting - JScript)
POSITIVE_INFINITY Property (Windows Scripting - JScript)
toString Method (Windows Scripting - JScript)