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

Compute the bitwise not of two tuples.

::tuple_bnot computes the bitwise not of the input tuple T. The input tuple must contain only integer numbers.


Parameters

T (input_control)
integer(-array) -> HTuple.long
Input tuple.

BNot (output_control)
integer(-array) -> (HTuple.) long *
Binary not of the input tuple.


Alternatives

::tuple_band, ::tuple_bor, ::tuple_bxor


See also

::tuple_and, ::tuple_or, ::tuple_xor, ::tuple_not


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH