tuple_not🔗
Short description🔗
tuple_not — Compute the logical not of a tuple.
Signature🔗
tuple_not( integer T, out integer Not )
Description🔗
tuple_not computes the logical not of the input tuple
T. The input tuple must contain only integer numbers.
Exception: Empty input tuple🔗
If the input tuple is empty, an exception is raised.
HDevelop In-line Operation🔗
HDevelop provides an in-line operation for tuple_not,
which can be used in an expression in the following syntax:
Not := not T1
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
T (input_control) integer(-array) → (integer)
Input tuple.
Not (output_control) integer(-array) → (integer)
Binary not of the input tuple.
Combinations with other operators🔗
Module🔗
Foundation