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