Name
tuple_bnottuple_bnotTupleBnotTupleBnot — Compute the bitwise not of a tuple.
tuple_bnot( : : T : BNot)
Herror tuple_bnot(const Hlong T, Hlong* BNot)
Herror T_tuple_bnot(const Htuple T, Htuple* BNot)
tuple_bnottuple_bnotTupleBnotTupleBnotTupleBnot computes the bitwise not of the input tuple
TTTTt. 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_bnottuple_bnotTupleBnotTupleBnotTupleBnot,
which can be used in an expression in the following syntax:
BNot := bnot T
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
TTTTt (input_control) integer(-array) → HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Input tuple.
Binary not of the input tuple.
tuple_bandtuple_bandTupleBandTupleBandTupleBand,
tuple_bortuple_borTupleBorTupleBorTupleBor,
tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxor
tuple_andtuple_andTupleAndTupleAndTupleAnd,
tuple_ortuple_orTupleOrTupleOrTupleOr,
tuple_xortuple_xorTupleXorTupleXorTupleXor,
tuple_nottuple_notTupleNotTupleNotTupleNot
Foundation