|
MathOrder
Generates an integer array with permutation according to order of the array elements after sorting.
Version for working with an array of real values:
bool MathOrder(
|
Version for working with an array of integer values:
bool MathOrder(
|
Parameters
array[]
[in] Array of values.
result[]
[out] Array to output the sorted indexes.
Return Value
Returns true if successful, otherwise false.