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