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