Returns true if any value greater or equal to the specified value is found in the range.
int32 ContainsGreaterOrEqual( Int16Iterator first, Int16Iterator last, int16 value )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Int16Iterator> | first | An iterator at the start of the range. |
| <Int16Iterator> | last | An iterator at the end of the range. |
| <int16> | value | The sentinel value. |
None published. Please look for an example in the Simdify Scripting Language code base.