Herror ::tuple_not (
    const HTuple &T,
    long *Not
)
Herror ::tuple_not (
    const HTuple &T,
    HTuple *Not
)

Compute the logical not of two tuples.

::tuple_not computes the logical not of the input tuple T. The input tuple must contain only integer numbers.


Parameters

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

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


Alternatives

::tuple_and, ::tuple_or, ::tuple_xor


See also

::tuple_band, ::tuple_bor, ::tuple_bxor, ::tuple_bnot


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH