ClassesClasses | | Operators

tuple_bnottuple_bnotTupleBnotTupleBnot (Operator)

Name

tuple_bnottuple_bnotTupleBnotTupleBnot — Compute the bitwise not of a tuple.

Signature

tuple_bnot( : : T : BNot)

Herror tuple_bnot(const Hlong T, Hlong* BNot)

Herror T_tuple_bnot(const Htuple T, Htuple* BNot)

void TupleBnot(const HTuple& T, HTuple* BNot)

HTuple HTuple::TupleBnot() const

static void HOperatorSet.TupleBnot(HTuple t, out HTuple BNot)

HTuple HTuple.TupleBnot()

Description

tuple_bnottuple_bnotTupleBnotTupleBnotTupleBnot computes the bitwise not of the input tuple TTTTt. The input tuple must contain only integer numbers.

Exception: Empty input tuple

If the input tuple is empty, the operator returns an empty tuple.

HDevelop In-line Operation

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

BNot := bnot T

Execution Information

Parameters

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

Input tuple.

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

Binary not of the input tuple.

Alternatives

tuple_bandtuple_bandTupleBandTupleBandTupleBand, tuple_bortuple_borTupleBorTupleBorTupleBor, tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxor

See also

tuple_andtuple_andTupleAndTupleAndTupleAnd, tuple_ortuple_orTupleOrTupleOrTupleOr, tuple_xortuple_xorTupleXorTupleXorTupleXor, tuple_nottuple_notTupleNotTupleNotTupleNot

Module

Foundation


ClassesClasses | | Operators