tuple_nottuple_notTupleNotTupleNottuple_not (Operator)

Name

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

def tuple_not(t: MaybeSequence[int]) -> Sequence[int]

def tuple_not_s(t: MaybeSequence[int]) -> int

Beschreibung

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

Not := not T1

Ausführungsinformationen

Parameter

TTTTtt (input_control)  integer(-array) HTupleMaybeSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Eingabetupel.

NotNotNotNotnotnot (output_control)  integer(-array) HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Binäres Nicht des Eingabetupels.

Alternativen

tuple_andtuple_andTupleAndTupleAndTupleAndtuple_and, tuple_ortuple_orTupleOrTupleOrTupleOrtuple_or, tuple_xortuple_xorTupleXorTupleXorTupleXortuple_xor

Siehe auch

tuple_bandtuple_bandTupleBandTupleBandTupleBandtuple_band, tuple_bortuple_borTupleBorTupleBorTupleBortuple_bor, tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxortuple_bxor, tuple_bnottuple_bnotTupleBnotTupleBnotTupleBnottuple_bnot

Modul

Foundation