|
MathRank
Calculates the ranks of array elements.
Version for working with an array of real values:
bool MathRank(
|
Version for working with an array of integer values:
bool MathRank(
|
Parameters
array[]
[in] Array of values.
rank[]
[out] Array to output the ranks.
Return Value
Returns true if successful, otherwise false.