This topic has not yet been rated - Rate this topic

NEGATIVE_INFINITY Property

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

Number.NEGATIVE_INFINITY
Number

Required. The global 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.