ContainsGreaterOrEqual Data Member Function

Returns true if any value greater or equal to the specified value is found in the range.

Prototype

int32 ContainsGreaterOrEqual( Int8Iterator first, Int8Iterator last, int32 value )

Parameters

Parameter Type Parameter Name Documentation
<Int8Iterator>firstAn iterator at the start of the range.
<Int8Iterator>lastAn iterator at the end of the range.
int32valueThe sentinel value.

Examples

Copy Text To Clipboard

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