tuple_bnottuple_bnotTupleBnotTupleBnottuple_bnot (Operator)
Name
tuple_bnottuple_bnotTupleBnotTupleBnottuple_bnot — Berechnen des bitweisen Nicht eines Tupels.
Signatur
tuple_bnot( : : T : BNot)
Herror tuple_bnot(const Hlong T, Hlong* BNot)
Herror T_tuple_bnot(const Htuple T, Htuple* BNot)
def tuple_bnot(t: MaybeSequence[int]) -> Sequence[int]
def tuple_bnot_s(t: MaybeSequence[int]) -> int
Beschreibung
tuple_bnottuple_bnotTupleBnotTupleBnotTupleBnottuple_bnot 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_bnotTupleBnotTupleBnotTupleBnottuple_bnot,
die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden
kann:
BNot := bnot T
Ausführungsinformationen
- Multithreading-Typ: independent (läuft parallel auch zu exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
Parameter
TTTTtt (input_control) integer(-array) → HTupleMaybeSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Eingabetupel.
BNotBNotBNotBNotBNotbnot (output_control) integer(-array) → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Binäres Nicht des Eingabetupels.
Alternativen
tuple_bandtuple_bandTupleBandTupleBandTupleBandtuple_band,
tuple_bortuple_borTupleBorTupleBorTupleBortuple_bor,
tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxortuple_bxor
Siehe auch
tuple_andtuple_andTupleAndTupleAndTupleAndtuple_and,
tuple_ortuple_orTupleOrTupleOrTupleOrtuple_or,
tuple_xortuple_xorTupleXorTupleXorTupleXortuple_xor,
tuple_nottuple_notTupleNotTupleNotTupleNottuple_not
Modul
Foundation