ReplaceIfNotEqual Data Member Function

Replaces values in the range that are not equal to the sentinel.

Prototype

int32 ReplaceIfNotEqual( Float32Iterator first, Float32Iterator last, float32 src, float32 dst )

Parameters

Parameter Type Parameter Name Documentation
<Float32Iterator>firstAn iterator at the start of the range.
<Float32Iterator>lastAn iterator at the end of the range.
float32srcThe sentinel value.
float32dstThe replacement value.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Simdify Scripting Language code base.