About operators
187
All of the operators in this table have equal precedence:
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
“About additive operators” on page 187
.
All of the operators in this table have equal precedence:
For information on using multiplicative operators, see
“Using numeric operators”
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 187
.
The operators in this table have equal precedence:
For information on using additive operators, see
“Using numeric operators” on page 188
.
Operator
Operation performed
++
Increment (prefix)
--
Decrement (prefix)
+
Unary +
!
Unary - (negation)
typeof
Returns type information
void
Returns undefined value
Operator
Operation performed
*
Multiplication
/
Division
%
Modulo
Operator
Operation performed
+
Addition
-
Subtraction
Содержание FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH
Страница 1: ...Learning ActionScript 2 0 in Flash...
Страница 8: ...8 Contents...
Страница 18: ...18 Introduction...
Страница 30: ...30 What s New in Flash 8 ActionScript...
Страница 66: ...66 Writing and Editing ActionScript 2 0...
Страница 328: ...328 Interfaces...
Страница 350: ...350 Handling Events...
Страница 590: ...590 Creating Interaction with ActionScript...
Страница 710: ...710 Understanding Security...
Страница 730: ...730 Debugging Applications...
Страница 780: ...780 Deprecated Flash 4 operators...
Страница 830: ...830 Index...