|
|
|
|
|
Binary values management functions
The following functions are used to manage binary values:
| | BitwiseAND | Returns the result of the bitwise AND between two values. | BitwiseNOT | Returns the result of the bitwise logical NOT operation of a value. | BitwiseOR | Returns the result of the (bitwise) logical OR between two values. | BitwiseXOR | Returns the result of the bitwise exclusive OR operation performed between two values. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|