- Delta
- Reserve
- Resize
- Shutdown
- Add
- AddArray
- AddArray
- Insert
- InsertArray
- InsertArray
- AssignArray
- AssignArray
- Update
- Shift
- Delete
- DeleteRange
- At
- CompareArray
- CompareArray
- Minimum
- Maximum
- InsertSort
- Search
- SearchGreat
- SearchLess
- SearchGreatOrEqual
- SearchLessOrEqual
- SearchFirst
- SearchLast
- SearchLinear
- Save
- Load
- Type
SearchGreat
Procura por um elemento de mais amostras em array ordenado.
int SearchGreat(
|
Parâmetros
element
[in] O elemento de amostra para pesquisar no array.
Valor do Retorno
Se a posição do elemento foi encontrado com sucesso. Igual a -1, se o item não foi encontrado.
Exemplo
//--- example for CArrayDouble::SearchGreat(double)
|