tuple_sort ( : : Tuple : Sorted )

Sorts the elements of a tuple in ascending order.

tuple_sort sorts all elements of Tuple in ascending order and returns the result with Sorted. As a precondition the single elements of Tuple must be comparable. Thus Tuple must either exclusively consist of strings or it must only contain (integer or floating point) numbers. In the latter case integers and floating point numbers may be mixed.


Parameters

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

Sorted (output_control)
number(-array) -> integer / real / string
Sorted tuple.


Parallelization Information

tuple_sort is reentrant and processed without parallelization.


Alternatives

tuple_sort_index, tuple_inverse


Module

Operators not requiring licensing



Copyright © 1996-2005 MVTec Software GmbH