MACROMEDIA FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH Manual page 187

Learning actionscript 2.0 in flash
Table of Contents

Advertisement

All of the operators in this table have equal precedence:
Operator
Operation performed
Increment (prefix)
++
Decrement (prefix)
--
Unary +
+
Unary - (negation)
!
Returns type information
typeof
Returns undefined value
void
About multiplicative operators
The multiplicative operators take two operands and perform multiplication, division, or
modulo calculations. Other numeric operators include additive operators. For information on
additive operators, see
All of the operators in this table have equal precedence:
Operator
Operation performed
Multiplication
*
Division
/
Modulo
%
For information on using multiplicative operators, see
on page
188.
About additive operators
The additive operators take two operands and perform addition or subtraction calculations.
Other numeric operators include multiplicative operators. For information on multiplicative
operators, see
"About multiplicative operators" on page
The operators in this table have equal precedence:
Operator
Operation performed
Addition
+
Subtraction
-
For information on using additive operators, see
"About additive operators" on page
187.
"Using numeric operators"
187.
"Using numeric operators" on page
188.
About operators
187

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents