|
MathUnique
Generates an array with unique values only.
Version for working with real values:
bool MathUnique(
|
Version for working with integer values:
bool MathUnique(
|
Parameters
array[]
[in] The source array.
result[]
[out] Array to output the unique values.
Return Value
Returns true if successful, otherwise false.