7.21.5 POSITIVE_INFINITY Property

A value larger than the largest number (Number.MAX_VALUE) that can be represented in JScript.
Syntax
Number.POSITIVE_INFINITY
- number
- 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.
Copyright © 2000 Chili!Soft
|