Max_Value (Number.max_Value Property); Min_Value (Number.min_Value Property) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Method summary
Modifiers
Signature
toString(radix:Number) :
valueOf() :
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),

MAX_VALUE (Number.MAX_VALUE property)

public static MAX_VALUE :
The largest representable number (double-precision IEEE-754). This number is
approximately 1.79e+308.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
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

MIN_VALUE (Number.MIN_VALUE property)

public static MIN_VALUE :
The smallest representable number (double-precision IEEE-754). This number is
approximately 5e-324.
Availability: ActionScript 1.0; Flash Lite 2.0
546
ActionScript classes
String
Number
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
Number
Number
Description
Returns the string representation of
the specified Number object
(myNumber).
Returns the primitive value type of
the specified Number object.
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
valueOf

Advertisement

Table of Contents
loading

Table of Contents