Flash CS3 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript classes > Number > MIN_VALUE (Number.MIN_VALUE property) | |||
public static MIN_VALUE : Number
The smallest representable non-negative number (double-precision IEEE-754). This number is approximately 5e-324.
Availability: ActionScript 1.0; Flash Player 5
The following ActionScript displays the largest and smallest representable numbers to the Output panel.
trace("Number.MIN_VALUE = "+Number.MIN_VALUE);
trace("Number.MAX_VALUE = "+Number.MAX_VALUE);
This code displays the following values:
Number.MIN_VALUE = 4.94065645841247e-324 Number.MAX_VALUE = 1.79769313486232e+308
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00002028.html