Name
tuple_nottuple_notTupleNottuple_notTupleNotTupleNot — Berechnen des logischen Nicht eines Tupels.
Herror tuple_not(const Hlong T, Hlong* Not)
Herror T_tuple_not(const Htuple T, Htuple* Not)
Herror tuple_not(const HTuple& T, Hlong* Not)
Herror tuple_not(const HTuple& T, HTuple* Not)
tuple_nottuple_notTupleNottuple_notTupleNotTupleNot berechnet das logische Nicht des Eingabetupels
TTTTTt. 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_notTupleNottuple_notTupleNotTupleNot,
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.
TTTTTt (input_control) integer(-array) → HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)
Eingabetupel.
Binäres Nicht des Eingabetupels.
tuple_andtuple_andTupleAndtuple_andTupleAndTupleAnd,
tuple_ortuple_orTupleOrtuple_orTupleOrTupleOr,
tuple_xortuple_xorTupleXortuple_xorTupleXorTupleXor
tuple_bandtuple_bandTupleBandtuple_bandTupleBandTupleBand,
tuple_bortuple_borTupleBortuple_borTupleBorTupleBor,
tuple_bxortuple_bxorTupleBxortuple_bxorTupleBxorTupleBxor,
tuple_bnottuple_bnotTupleBnottuple_bnotTupleBnotTupleBnot
Foundation