Herror ::tuple_inverse (
    const HTuple &Tuple,
    long *Inverted
)
Herror ::tuple_inverse (
    const HTuple &Tuple,
    HTuple *Inverted
)

Invert a tuple.

::tuple_inverse inverts the input tuple Tuple. Thus Inverted contains the same elements as Tuple but with the reverse order.


Parameters

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

Inverted (output_control)
number(-array) -> (HTuple.) long * / double * / char *
Inverted input tuple.


Alternatives

::tuple_sort, ::tuple_sort_index


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH