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