Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
vArray of values.
countCount of values.
comparisonComparator used to determine a match.
valueValue for comparison.
indexReturns the index of the last match (or count, if no match is found).
Returns
Operation status.