MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Reference page 373

Actionscript language reference
Table of Contents

Advertisement

This code logs the following values:
Number.MIN_VALUE = 4.94065645841247e-324
Number.MAX_VALUE = 1.79769313486232e+308
Number.MIN_VALUE
Availability
Flash Player 5.
Usage
Number.MIN_VALUE
Description
Property; the smallest representable number (double-precision IEEE-754). This number is
approximately 5e-324.
Example
The following ActionScript writes the largest and smallest representable numbers to the log file.
trace("Number.MIN_VALUE = "+Number.MIN_VALUE);
trace("Number.MAX_VALUE = "+Number.MAX_VALUE);
This code logs the following values:
Number.MIN_VALUE = 4.94065645841247e-324
Number.MAX_VALUE = 1.79769313486232e+308
Number.NaN
Availability
Flash Player 5.
Usage
Number.NaN
Description
Property; the IEEE-754 value representing Not A Number (
See also
isNaN(),
NaN
Number.NEGATIVE_INFINITY
Availability
Flash Player 5.
Usage
Number.NEGATIVE_INFINITY
).
NaN
Number.NEGATIVE_INFINITY
373

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flex

Table of Contents