tuple_bnottuple_bnotTupleBnotTupleBnot (Operator)
Name
tuple_bnottuple_bnotTupleBnotTupleBnot
— Compute the bitwise not of a tuple.
Signature
tuple_bnot( : : T : BNot)
Herror tuple_bnot(const Hlong T, Hlong* BNot)
Herror T_tuple_bnot(const Htuple T, Htuple* BNot)
Description
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
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.
BNotBNotBNotBNotBNot
(output_control) integer(-array) →
HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Binary not of the input tuple.
Alternatives
tuple_bandtuple_bandTupleBandTupleBandTupleBand
,
tuple_bortuple_borTupleBorTupleBorTupleBor
,
tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxor
See also
tuple_andtuple_andTupleAndTupleAndTupleAnd
,
tuple_ortuple_orTupleOrTupleOrTupleOr
,
tuple_xortuple_xorTupleXorTupleXorTupleXor
,
tuple_nottuple_notTupleNotTupleNotTupleNot
Module
Foundation