Name
tuple_nottuple_notTupleNotTupleNot — Compute the logical not of a tuple.
Herror tuple_not(const Hlong T, Hlong* Not)
Herror T_tuple_not(const Htuple T, Htuple* Not)
tuple_nottuple_notTupleNotTupleNotTupleNot computes the logical not of the input tuple
TTTTt. The input tuple must contain only integer numbers.
Exception: Empty input tuple
If the input tuple is empty, an exception is raised.
HDevelop In-line Operation
HDevelop provides an in-line operation for tuple_nottuple_notTupleNotTupleNotTupleNot,
which can be used in an expression in the following syntax:
Not := not T1
- 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_andtuple_andTupleAndTupleAndTupleAnd,
tuple_ortuple_orTupleOrTupleOrTupleOr,
tuple_xortuple_xorTupleXorTupleXorTupleXor
tuple_bandtuple_bandTupleBandTupleBandTupleBand,
tuple_bortuple_borTupleBorTupleBorTupleBor,
tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxor,
tuple_bnottuple_bnotTupleBnotTupleBnotTupleBnot
Foundation