tuple_nottuple_notTupleNotTupleNot (Operator)
Name
tuple_nottuple_notTupleNotTupleNot
— Compute the logical not of a tuple.
Signature
Herror tuple_not(const Hlong T, Hlong* Not)
Herror T_tuple_not(const Htuple T, Htuple* Not)
Description
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
Execution Information
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
TTTTt
(input_control) integer(-array) →
HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Input tuple.
NotNotNotNotnot
(output_control) integer(-array) →
HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Binary not of the input tuple.
Alternatives
tuple_andtuple_andTupleAndTupleAndTupleAnd
,
tuple_ortuple_orTupleOrTupleOrTupleOr
,
tuple_xortuple_xorTupleXorTupleXorTupleXor
See also
tuple_bandtuple_bandTupleBandTupleBandTupleBand
,
tuple_bortuple_borTupleBorTupleBorTupleBor
,
tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxor
,
tuple_bnottuple_bnotTupleBnotTupleBnotTupleBnot
Module
Foundation