Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Method summary
Modifiers
Signature
static
abs(x:Number) :
Number
static
acos(x:Number) :
Number
static
asin(x:Number) :
Number
static
atan(tangent:Number)
: Number
static
atan2(y:Number,
x:Number) : Number
static
ceil(x:Number) :
Number
static
cos(x:Number) :
Number
static
exp(x:Number) :
Number
static
floor(x:Number) :
Number
static
log(x:Number) :
Number
static
max(x:Number,
y:Number) : Number
static
min(x:Number,
y:Number) : Number
static
pow(x:Number,
y:Number) : Number
744
ActionScript classes
property),
__proto__ (Object.__proto__
property),
Description
Computes and returns an absolute value for the
number specified by the parameter x.
Computes and returns the arc cosine of the number
specified in the parameter x, in radians.
Computes and returns the arc sine for the number
specified in the parameter x, in radians.
Computes and returns the value, in radians, of the
angle whose tangent is specified in the parameter
tangent.
Computes and returns the angle of the point y/x in
radians, when measured counterclockwise from a
circle's x axis (where 0,0 represents the center of the
circle).
Returns the ceiling of the specified number or
expression.
Computes and returns the cosine of the specified
angle in radians.
Returns the value of the base of the natural logarithm
(e), to the power of the exponent specified in the
parameter x.
Returns the floor of the number or expression
specified in the parameter x.
Returns the natural logarithm of parameter x.
Evaluates x and y and returns the larger value.
Evaluates x and y and returns the smaller value.
Computes and returns x to the power of y.
__resolve
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?