|
|
|
|
|
Bitwise operation functions
The following functions can be used for bitwise operations:
| | BitwiseAND | Returns the result of a bitwise AND operation performed between two values. | BitwiseNOT | Returns the result of a bitwise NOT operation performed on a value. | BitwiseOR | Returns the result of the bitwise OR operation performed between two values. | BitwiseXOR | Returns the result of a bitwise exclusive OR operation performed between two values. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|