Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kMath_ReplaceC32s ( const k32s vIn,
k32s vOut,
kSize  count,
kComparison  comparison,
k32s  value,
k32s  replacement 
)

Compares each element in an input array with a specified value, and replaces all matching values with another given value.

Parameters
vInInput array.
vOutOutput array.
countCount of values.
comparisonComparator used to determine a match.
valueValue for comparison.
replacementValue for replacement.
Returns
Operation status.