Microsoft JScript
POSITIVE_INFINITY Property
Language Reference
Version 2

See Also Applies To


Description
A value larger than the largest number (Number.MAX_VALUE) representable in JScript.
Syntax
Number.POSITIVE_INFINITY

The number argument is the Number object.

Remarks
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.


Comments