Method summary
Modifiers
Signature
static
abs(x:Number) :
static
acos(x:Number) :
static
asin(x:Number) :
static
atan(tangent:Number) :
static
atan2(y:Number, x:Number) :
Number
static
ceil(x:Number) :
static
cos(x:Number) :
static
exp(x:Number) :
static
floor(x:Number) :
static
log(x:Number) :
static
max(x:Number, y:Number) :
Number
static
min(x:Number, y:Number) :
Number
static
pow(x:Number, y:Number) :
Number
static
random() :
static
round(x:Number) :
412
ActionScript classes
Description
Computes and returns an absolute value for
Number
the number specified by the parameter x.
Computes and returns the arc cosine of the
Number
number specified in the parameter x, in
radians.
Computes and returns the arc sine for the
Number
number specified in the parameter x, in
radians.
Computes and returns the value, in radians, of
Number
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
Number
expression.
Computes and returns the cosine of the
Number
specified angle in radians.
Returns the value of the base of the natural
Number
logarithm (e), to the power of the exponent
specified in the parameter x.
Returns the floor of the number or expression
Number
specified in the parameter x.
Returns the natural logarithm of parameter x.
Number
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.
Returns a pseudo-random number n, where 0
Number
<= n < 1.
Rounds the value of the parameter x up or
Number
down to the nearest integer and returns the
value.
Need help?
Do you have a question about the FLASHLITE2 ACTIONSCRIPT-LANGUAGE and is the answer not in the manual?
Questions and answers