NEGATIVE_INFINITY Property  Language Reference 
Version 2 

See Also                  Applies To

Description
A value more negative than the largest negative number (-Number.MAX_VALUE) representable in JScript.
Syntax
Number.NEGATIVE_INFINITY

The number argument is 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.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.