ClassesClasses | | Operators

tuple_nottuple_notTupleNotTupleNot (Operator)

Name

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

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

HTuple HTuple::TupleNot() const

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

HTuple HTuple.TupleNot()

Description

tuple_nottuple_notTupleNotTupleNotTupleNot computes the logical not of the input tuple TTTTt. 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_notTupleNotTupleNotTupleNot, which can be used in an expression in the following syntax:

Not := not T1

Execution Information

Parameters

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

Input tuple.

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

Binary not of the input tuple.

Alternatives

tuple_andtuple_andTupleAndTupleAndTupleAnd, tuple_ortuple_orTupleOrTupleOrTupleOr, tuple_xortuple_xorTupleXorTupleXorTupleXor

See also

tuple_bandtuple_bandTupleBandTupleBandTupleBand, tuple_bortuple_borTupleBorTupleBorTupleBor, tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxor, tuple_bnottuple_bnotTupleBnotTupleBnotTupleBnot

Module

Foundation


ClassesClasses | | Operators