Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Constructor summary
Signature
Number(num:Object)
Method summary
Modifiers
Signature
toString(radix:Numbe
r) : String
valueOf() : Number
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 : Number
The largest representable number (double-precision IEEE-754). This number is
approximately 1.79e+308.
Availability: ActionScript 1.0; Flash Player 5
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);
986
ActionScript classes
property),
Description
Creates a new Number object.
Description
Returns the string representation of the specified
Number object (myNumber).
Returns the primitive value type of the specified
Number object.
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
__proto__ (Object.__proto__
property),
__resolve
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
valueOf
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?