POSITIVE_INFINITY Property (Windows Scripting - JScript)
Returns a value larger than the largest number (Number.MAX_VALUE) that can be represented in JScript.
Syntax
Number.POSITIVE_INFINITY
Remarks
The number argument is the Number object.
The Number object does not have to be created before the POSITIVE_INFINITY property can be accessed.
JScript displays POSITIVE_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)
NEGATIVE_INFINITY Property (Windows Scripting - JScript)
toString Method (Windows Scripting - JScript)