|
|
|
|
Binary values management functions
The following functions are used to manage binary values:
| | BinaryAND | Returns the result of a logical AND (bit by bit) between two values. | BinaryNOT | Returns the result of a logical NOT (bit by bit) performed on a value. | BinaryOR | Returns the result of the (bitwise) logical OR between two values. | BinaryXOR | Returns the result of the (bitwise) logical exclusive OR between two values. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|