ClassesClassesClassesClasses | | | | Operators

tuple_nottuple_notTupleNottuple_notTupleNotTupleNot (Operator)

Name

tuple_nottuple_notTupleNottuple_notTupleNotTupleNot — Compute the logical not of a tuple.

Signature

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

Description

tuple_nottuple_notTupleNottuple_notTupleNotTupleNot computes the logical not of the input tuple TTTTTt. The input tuple must contain only integer numbers.

Exception: Empty input tuple

If the input tuple is empty, an exception is raised.

HDevelop In-line Operation

HDevelop provides an in-line operation for tuple_nottuple_notTupleNottuple_notTupleNotTupleNot, which can be used in an expression in the following syntax:

Not := not T1

Parallelization

Parameters

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

Input tuple.

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

Binary not of the input tuple.

Alternatives

tuple_andtuple_andTupleAndtuple_andTupleAndTupleAnd, tuple_ortuple_orTupleOrtuple_orTupleOrTupleOr, tuple_xortuple_xorTupleXortuple_xorTupleXorTupleXor

See also

tuple_bandtuple_bandTupleBandtuple_bandTupleBandTupleBand, tuple_bortuple_borTupleBortuple_borTupleBorTupleBor, tuple_bxortuple_bxorTupleBxortuple_bxorTupleBxorTupleBxor, tuple_bnottuple_bnotTupleBnottuple_bnotTupleBnotTupleBnot

Module

Foundation


ClassesClassesClassesClasses | | | | Operators