|
Search
Searches for an element equal to the sample in the sorted array.
int Search(
|
Parameters
element
[in] The sample element to search in the array.
Return Value
The position of the found element - successful, -1 - the element not found.
Example:
//--- example for CArrayFloat::Search(float)
|