tuple_nottuple_notTupleNotTupleNot (Operator)

Name

tuple_nottuple_notTupleNotTupleNot — Berechnen des logischen Nicht eines Tupels.

Signatur

tuple_not( : : T : Not)

Herror tuple_not(const Hlong T, Hlong* Not)

Herror T_tuple_not(const Htuple T, Htuple* Not)

void TupleNot(const HTuple& T, HTuple* Not)

HTuple HTuple::TupleNot() const

static void HOperatorSet.TupleNot(HTuple t, out HTuple not)

HTuple HTuple.TupleNot()

Beschreibung

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

Not := not T1

Ausführungsinformationen

Parameter

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

Eingabetupel.

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

Binäres Nicht des Eingabetupels.

Alternativen

tuple_andtuple_andTupleAndTupleAndTupleAnd, tuple_ortuple_orTupleOrTupleOrTupleOr, tuple_xortuple_xorTupleXorTupleXorTupleXor

Siehe auch

tuple_bandtuple_bandTupleBandTupleBandTupleBand, tuple_bortuple_borTupleBorTupleBorTupleBor, tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxor, tuple_bnottuple_bnotTupleBnotTupleBnotTupleBnot

Modul

Foundation