Back Help
This method performs a binary search for an integer value in the array.
int BinarySearchAt( int object ) const
The return value is the index of the value, or -1 if the value is not found.