BinarySearchIn Data Member Function

Performs a binary search in a sub-region of the array.

Prototype

int32 BinarySearchIn( uint32 value, int32 p_nStart, int32 p_nMax )

Parameters

Parameter Type Parameter Name Documentation
uint32valueThe value to search for.
int32p_nStartThe starting index.
int32p_nMaxThe maximum index.

Examples

Copy Text To Clipboard

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