tuple_concat ( : : T1, T2 : Concat )

Concatenate two tuple to a new one.

tuple_concat concatenates the input tuples T1 and T2 to a new tuple Concat. The first elements of Concat conform to the elements of T1 and the remaining elements of Concat conform to those of T2


Parameters

T1 (input_control)
number(-array) -> integer / real / string
Input tuple 1.

T2 (input_control)
number(-array) -> integer / real / string
Input tuple 2.

Concat (output_control)
number(-array) -> integer / real / string
Concatentaion of input tuples.


Parallelization Information

tuple_concat is reentrant and processed without parallelization.


Alternatives

tuple_gen_const, tuple_str_bit_select, tuple_select, tuple_str_first_n, tuple_str_last_n


Module

Operators not requiring licensing



Copyright © 1996-2005 MVTec Software GmbH