tuple_bnot🔗
Short description🔗
tuple_bnot — Compute the bitwise not of a tuple.
Signature🔗
tuple_bnot( integer T, out integer BNot )
Description🔗
tuple_bnot computes the bitwise not of the input tuple
T. The input tuple must contain only integer numbers.
Exception: Empty input tuple🔗
If the input tuple is empty, the operator returns an empty tuple.
HDevelop In-line Operation🔗
HDevelop provides an in-line operation for tuple_bnot,
which can be used in an expression in the following syntax:
BNot := bnot T
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
T (input_control) integer(-array) → (integer)
Input tuple.
BNot (output_control) integer(-array) → (integer)
Binary not of the input tuple.
Combinations with other operators🔗
Module🔗
Foundation