ContainsLess Data Member Function

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

Prototype

int32 ContainsLess( Float16Iterator first, Float16Iterator last, uint32 value )

Parameters

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

Examples

Copy Text To Clipboard

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