Compute the bitwise not of two tuples.
tuple_bnot computes the bitwise not of the input tuple T. The input tuple must contain only integer numbers.
|
T (input_control) |
integer(-array) -> integer |
| Input tuple. | |
|
BNot (output_control) |
integer(-array) -> integer |
| Binary not of the input tuple. | |
tuple_bnot is reentrant and processed without parallelization.
tuple_band, tuple_bor, tuple_bxor
tuple_and, tuple_or, tuple_xor, tuple_not
Operators not requiring licensing