May 2001
Intermediate to advanced
720 pages
23h 24m
English
Number.NEGATIVE_INFINITY Property — constant representing any number more negative than -Number.MAX_VALUE
Flash 5
Number.NEGATIVE_INFINITY
Read-only
The NEGATIVE_INFINITY property stores a special
numeric value used to represent values more negative than
-Number.MAX_VALUE (the most-negative number
representable in ActionScript). This is known as an
underflow condition
and is typically caused by a
mathematical error.
Number.NEGATIVE_INFINITY is normally used in its
more convenient global property form, -Infinity.
-Infinity, isFinite( ),
Number.MAX_VALUE; Section 4.3.3 in Chapter 4
Read now
Unlock full access