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