Bitwise Operations
23.08.2021
Operator |
Available in |
Used for |
---|---|---|
View, Basic, Professional, Developer Suite |
Performs a bitwise Boolean Exclusive OR operation for two expressions. |
|
View, Basic, Professional, Developer Suite |
Determines the bitwise complement. |
|
View, Basic, Professional, Developer Suite |
Performs a bitwise Boolean OR operation for two expressions. |
|
View, Basic, Professional, Developer Suite |
Performs a bitwise Boolean AND operation for two expressions. |
|
View, Basic, Professional, Developer Suite |
Shifts the bits in an integer to the right by the specified number of positions. |
|
View, Basic, Professional, Developer Suite |
Shifts the bits in an integer to the left by the specified number of positions. |