ClassesClassesClassesClasses | | | | Operators

tuple_bnottuple_bnotTupleBnottuple_bnotTupleBnotTupleBnot (Operator)

Name

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

Herror tuple_bnot(const HTuple& T, Hlong* BNot)

Herror tuple_bnot(const HTuple& T, HTuple* BNot)

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

HTuple HTuple::TupleBnot() const

void HOperatorSetX.TupleBnot(
[in] VARIANT T, [out] VARIANT* BNot)

VARIANT HTupleX.TupleBnot([in] VARIANT T)

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

HTuple HTuple.TupleBnot()

Description

tuple_bnottuple_bnotTupleBnottuple_bnotTupleBnotTupleBnot computes the bitwise not of the input tuple TTTTTt. 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_bnotTupleBnottuple_bnotTupleBnotTupleBnot, which can be used in an expression in the following syntax:

BNot := bnot T

Parallelization

Parameters

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

Input tuple.

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

Binary not of the input tuple.

Alternatives

tuple_bandtuple_bandTupleBandtuple_bandTupleBandTupleBand, tuple_bortuple_borTupleBortuple_borTupleBorTupleBor, tuple_bxortuple_bxorTupleBxortuple_bxorTupleBxorTupleBxor

See also

tuple_andtuple_andTupleAndtuple_andTupleAndTupleAnd, tuple_ortuple_orTupleOrtuple_orTupleOrTupleOr, tuple_xortuple_xorTupleXortuple_xorTupleXorTupleXor, tuple_nottuple_notTupleNottuple_notTupleNotTupleNot

Module

Foundation


ClassesClassesClassesClasses | | | | Operators