NEGATIVE_INFINITY Property (JScript 5.6) 

Returns a value more negative than the largest negative number (-Number.MAX_VALUE) representable in JScript.


Number.NEGATIVE_INFINITY

Remarks

The number argument is the Number object.

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.

Requirements

Version 2

Applies To: Number Object (JScript 5.6)

See Also

Reference

MAX_VALUE Property (JScript 5.6)
MIN_VALUE Property (JScript 5.6)
NaN Property (JScript 5.6)
POSITIVE_INFINITY Property (JScript 5.6)
toString Method (JScript 5.6)