ContainsGreaterOrEqual Data Member Function

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

Prototype

int32 ContainsGreaterOrEqual( Float64Iterator first, Float64Iterator last, double value )

Parameters

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

Examples

Copy Text To Clipboard

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