Learning ActionScript 2.0 in Adobe Flash |
|
|
|
| Syntax and Language Fundamentals > About operators > 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.
All of the operators in this table have equal precedence:
|
Operator |
Operation performed |
|---|---|
*
|
Multiplication |
/
|
Division |
%
|
Modulo |
For information on using multiplicative operators, see Using numeric operators.
|
|
|
|