![]() |
![]() |
|||||||||||||||||||||||
|
Operator | Description |
+= |
Compound addition operator. |
&= |
Compound bitwise AND operator. |
|= |
Compound bitwise OR operator. |
^= |
Compound exclusive OR operator. |
/= |
Compound division operator. |
<<= |
Compound left shift operator. |
%= |
Compound modulus operator. |
*= |
Compound multiplication operator. |
>>= |
Compound right shift operator. |
-= |
Compound subtraction operator. |
>>>= |
Compound unsigned right-shift operator. |
Copyright © 2000 Chili!Soft