tuple_not ( : : T : 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) -> integer
Input tuple.

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


Parallelization Information

tuple_not is reentrant, local, and processed without parallelization.


Alternatives

tuple_and, tuple_or, tuple_xor


See also

tuple_band, tuple_bor, tuple_bxor, tuple_bnot


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH