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