Adobe FLEX 2-PROGRAMMING ACTIONSCRIPT 3.0 Manual page 82

Programming actionscript 3.0
Table of Contents

Advertisement

Operator
delete
typeof
void
Multiplicative operators
The multiplicative operators take two operands and perform multiplication, division, or
modulo calculations.
All the multiplicative operators, as listed in the following table, have equal precedence:
Operator
*
/
%
Additive operators
The additive operators take two operands and perform addition or subtraction calculations.
All the additive operators, as listed in the following table, have equal precedence:
Operator
+
-
Bitwise shift operators
The bitwise shift operators take two operands and shift the bits of the first operand to the
extent specified by the second operand. All the bitwise shift operators, as listed in the
following table, have equal precedence:
Operator
<<
>>
>>>
82
ActionScript Language and Syntax
Operation performed
Deletes a property
Returns type information
Returns undefined value
Operation performed
Multiplication
Division
Modulo
Operation performed
Addition
Subtraction
Operation performed
Bitwise left shift
Bitwise right shift
Bitwise unsigned right shift

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flex

Table of Contents