IntArray::BinarySearchAt

Background

This method performs a binary search for an integer value in the array.

Prototype

int BinarySearchAt( int object ) const

Parameters

  • int object: The value to search for.

Return Value

The return value is the index of the value, or -1 if the value is not found.