
Number.NaN Property
This is the Title of the Book, eMatter Edition
Copyright © 2007 O’Reilly & Associates, Inc. All rights reserved.
716
|
ActionScript Language Reference
See Also
Number.MAX_VALUE; “Special Values of the Number Datatype,” in Chapter 4
Number.NaN Property
constant representing invalid numeric data (Not-a-Number)
Flash 5
read-only
Number.NaN
Description
The Number.NaN property is provided for ECMA-262 compatibility. See the entry for its
more convenient global property equivalent,
NaN.
See Also
isNaN(), NaN
Number.NEGATIVE_INFINITY Property
constant representing any number more negative than –Number.MAX_VALUE
Flash 5
read-only
Number.NEGATIVE_INFINITY
Description
The Number.NEGATIVE_INFINITY property is provided for ECMA-262 compatibility. You
should instead use its more convenient global property equivalent,
–Infinity.
See Also
Infinity, -Infinity, Number.POSITIVE_INFINITY
Number.POSITIVE_INFINITY Property
constant representing any number greater than Number.MAX_VALUE
Flash 5
read-only
Number.POSITIVE_INFINITY
Description
The POSITIVE_INFINITY property is provided for ECMA-262 compatibility. You should
instead use its more convenient global property equivalent,
Infinity.
See Also
Infinity, –Infinity, Number.NEGATIVE_INFINITY
Number.toString() Method
convert a number to a string
Flash 5
numberObject.toString(radix)
Arguments
radix An integer between 2 and 36 specifying the base of the number system used
to