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