Name
tuple_bnottuple_bnotTupleBnottuple_bnotTupleBnotTupleBnot — Berechnen des bitweisen Nicht eines Tupels.
tuple_bnot( : : T : BNot)
Herror tuple_bnot(const Hlong T, Hlong* BNot)
Herror T_tuple_bnot(const Htuple T, Htuple* BNot)
Herror tuple_bnot(const HTuple& T, Hlong* BNot)
Herror tuple_bnot(const HTuple& T, HTuple* BNot)
tuple_bnottuple_bnotTupleBnottuple_bnotTupleBnotTupleBnot berechnet das bitweise Nicht des Eingabetupels
TTTTTt. Die Eingabezahlen müssen ganze Zahlen sein.
Sonderfall: Leeres Eingabetupel
Falls das Eingabetupel leer ist, gibt der Operator ein leeres Tupel zurück.
HDevelop Inline-Operation
HDevelop unterstützt eine Inline-Operation für tuple_bnottuple_bnotTupleBnottuple_bnotTupleBnotTupleBnot,
die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden
kann:
BNot := bnot T
- 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_bandtuple_bandTupleBandtuple_bandTupleBandTupleBand,
tuple_bortuple_borTupleBortuple_borTupleBorTupleBor,
tuple_bxortuple_bxorTupleBxortuple_bxorTupleBxorTupleBxor
tuple_andtuple_andTupleAndtuple_andTupleAndTupleAnd,
tuple_ortuple_orTupleOrtuple_orTupleOrTupleOr,
tuple_xortuple_xorTupleXortuple_xorTupleXorTupleXor,
tuple_nottuple_notTupleNottuple_notTupleNotTupleNot
Foundation