Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kMath_FindFirst64f ( const k64f v,
kSize  count,
kComparison  comparison,
k64f  value,
kSize index 
)

Compares each value in a numerical array with a specified value and returns the index of the first match.

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