|
|
|||
|
|
|
| SYMBOLICC PACKAGE SYMBOL | Tutorials »|See Also »|More About » |
COperator | ![]() |
is a symbolic representation of an operator. |
| Minus | - | |
| PreDecrement | -- | |
| Decrement | -- | |
| PreIncrement | ++ | |
| Increment | ++ | |
| Greater | > | |
| Less | < | |
| GreaterEqual | >= | |
| LessEqual | <= | |
| Equal | == | |
| Unequal | != | |
| Mod | % | |
| Divide | / | |
| Times | * | |
| Subtract | - | |
| Plus | + | |
| BitShiftLeft | << | |
| BitShiftRight | >> | |
| BitAnd | & | |
| BitXor | ^ | |
| BitOr | | | |
| And | && | |
| Or | || | |
| Not | ! |