7.21.4 NEGATIVE_INFINITY Property

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