ReplaceIfGreaterOrEqual Data Member Function

Replaces values in the range that are greater than or equal to the sentinel.

Prototype

int32 ReplaceIfGreaterOrEqual( Uint32Iterator first, Uint32Iterator last, uint32 src, uint32 dst )

Parameters

Parameter Type Parameter Name Documentation
<Uint32Iterator>firstAn iterator at the start of the range.
<Uint32Iterator>lastAn iterator at the end of the range.
uint32srcThe sentinel value.
uint32dstThe replacement value.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.