|
SearchGreatOrEqual
Searches for an element with a value greater than or equal to the value of the sample in the sorted array.
int SearchGreatOrEqual(
|
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 CArrayShort::SearchGreatOrEqual(short)
|