Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a value more negative than the largest negative number (-Number.MAX_VALUE) representable in JScript.
Number.NEGATIVE_INFINITY
Arguments
- Number
Required. The global 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.