Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kMath_ReplaceC64f ( const k64f vIn,
k64f vOut,
kSize  count,
kComparison  comparison,
k64f  value,
k64f  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.