|
MathReverse
Generates an array of values with reverse order of elements.
Version for working with real values and with output of the results to a new array:
bool MathReverse(
|
Version for working with integer values and with output of the results to a new array:
bool MathReverse(
|
Version for working with real values and with output of the results to the original array.
bool MathReverse(
|
Version for working with integer values and with output of the results to the original array:
bool MathReverse(
|
Parameters
array[]
[in] Array of values.
array[]
[out] Output array with the reverse order of values.
result[]
[out] Output array with the reverse order of values.
Return Value
Returns true if successful, otherwise false.