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)

void TupleBnot(const HTuple& T, HTuple* BNot)

HTuple HTuple::TupleBnot() const

static void HOperatorSet.TupleBnot(HTuple t, out HTuple BNot)

HTuple HTuple.TupleBnot()

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

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