Replaces values in the range that are not equal to the sentinel.
int32 ReplaceIfNotEqual( Float32Iterator first, Float32Iterator last, float32 src, float32 dst )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<Float32Iterator> | first | An iterator at the start of the range. |
<Float32Iterator> | last | An iterator at the end of the range. |
float32 | src | The sentinel value. |
float32 | dst | The replacement value. |
None published. Please look for an example in the Simdify Scripting Language code base.