Herror ::tuple_concat (
    const HTuple &T1,
    const HTuple &T2,
    long *Concat
)
Herror ::tuple_concat (
    const HTuple &T1,
    const HTuple &T2,
    HTuple *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) -> HTuple.long / double / char *
Input tuple 1.

T2 (input_control)
number(-array) -> HTuple.long / double / char *
Input tuple 2.

Concat (output_control)
number(-array) -> (HTuple.) long * / double * / char *
Concatentaion of input tuples.


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-2002 MVTec Software GmbH