Name
tuple_nottuple_notTupleNotTupleNot — Berechnen des logischen Nicht eines Tupels.
Herror tuple_not(const Hlong T, Hlong* Not)
Herror T_tuple_not(const Htuple T, Htuple* Not)
tuple_nottuple_notTupleNotTupleNotTupleNot berechnet das logische Nicht des Eingabetupels
TTTTt. Die Eingabezahlen müssen ganze Zahlen sein.
Sonderfall: Leeres Eingabetupel
Falls das Eingabetupel leer ist, wird eine Fehlermeldung
angezeigt.
HDevelop Inline-Operation
HDevelop unterstützt eine Inline-Operation für tuple_nottuple_notTupleNotTupleNotTupleNot,
die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden
kann:
Not := not T1
- Multithreading-Typ: independent (läuft parallel auch zu exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
TTTTt (input_control) integer(-array) → HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Eingabetupel.
Binäres Nicht des Eingabetupels.
tuple_andtuple_andTupleAndTupleAndTupleAnd,
tuple_ortuple_orTupleOrTupleOrTupleOr,
tuple_xortuple_xorTupleXorTupleXorTupleXor
tuple_bandtuple_bandTupleBandTupleBandTupleBand,
tuple_bortuple_borTupleBorTupleBorTupleBor,
tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxor,
tuple_bnottuple_bnotTupleBnotTupleBnotTupleBnot
Foundation