KlassenKlassenKlassenKlassen | | | | Operatoren

tuple_nottuple_notTupleNottuple_notTupleNotTupleNot (Operator)

Name

tuple_nottuple_notTupleNottuple_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)

Herror tuple_not(const HTuple& T, Hlong* Not)

Herror tuple_not(const HTuple& T, HTuple* Not)

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

HTuple HTuple::TupleNot() const

void HOperatorSetX.TupleNot(
[in] VARIANT T, [out] VARIANT* Not)

VARIANT HTupleX.TupleNot([in] VARIANT T)

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

HTuple HTuple.TupleNot()

Beschreibung

tuple_nottuple_notTupleNottuple_notTupleNotTupleNot 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_notTupleNottuple_notTupleNotTupleNot, die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden kann:

Not := not T1

Parallelisierung

Parameter

TTTTTt (input_control)  integer(-array) HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Eingabetupel.

NotNotNotNotNotnot (output_control)  integer(-array) HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Binäres Nicht des Eingabetupels.

Alternativen

tuple_andtuple_andTupleAndtuple_andTupleAndTupleAnd, tuple_ortuple_orTupleOrtuple_orTupleOrTupleOr, tuple_xortuple_xorTupleXortuple_xorTupleXorTupleXor

Siehe auch

tuple_bandtuple_bandTupleBandtuple_bandTupleBandTupleBand, tuple_bortuple_borTupleBortuple_borTupleBorTupleBor, tuple_bxortuple_bxorTupleBxortuple_bxorTupleBxorTupleBxor, tuple_bnottuple_bnotTupleBnottuple_bnotTupleBnotTupleBnot

Modul

Foundation


KlassenKlassenKlassenKlassen | | | | Operatoren