tuple_bnottuple_bnotTupleBnotTupleBnot (Operator)

Name

tuple_bnottuple_bnotTupleBnotTupleBnot — 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()

Beschreibung

tuple_bnottuple_bnotTupleBnotTupleBnotTupleBnot berechnet das bitweise Nicht des Eingabetupels TTTTt. 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_bnotTupleBnotTupleBnotTupleBnot, die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden kann:

BNot := bnot T

Ausführungsinformationen

Parameter

TTTTt (input_control)  integer(-array) HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Eingabetupel.

BNotBNotBNotBNotBNot (output_control)  integer(-array) HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Binäres Nicht des Eingabetupels.

Alternativen

tuple_bandtuple_bandTupleBandTupleBandTupleBand, tuple_bortuple_borTupleBorTupleBorTupleBor, tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxor

Siehe auch

tuple_andtuple_andTupleAndTupleAndTupleAnd, tuple_ortuple_orTupleOrTupleOrTupleOr, tuple_xortuple_xorTupleXorTupleXorTupleXor, tuple_nottuple_notTupleNotTupleNotTupleNot

Modul

Foundation