ContainsLessOrEqual Data Member Function

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

Prototype

int32 ContainsLessOrEqual( Uint64Iterator first, Uint64Iterator last, uint64 value )

Parameters

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

Examples

Copy Text To Clipboard

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