|
Zen API
|
| 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.
| 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 first match (or count, if no match is found). |