Zen API
|
kStatus kMath_FindLast32s | ( | const k32s * | v, |
kSize | count, | ||
kComparison | comparison, | ||
k32s | value, | ||
kSize * | index | ||
) |
Compares each value in a numerical array with a specified value and returns the index of the last match.
v | Array of values. |
count | Count of values. |
comparison | Comparator used to determine a match. |
value | Value for comparison. |
index | Returns the index of the last match (or count, if no match is found). |