TArray.BinarySearchInternal<T> Method
Definition
Delphi
class function BinarySearchInternal<T>(const values: array of T; const item: T; out foundIndex: Integer; const comparer: IComparer<T>): Boolean
Type Parameters
- T
Parameters
- values
- array of T
- item
- T
- foundIndex
- Integer
- comparer
- IComparer<T>
Returns
Boolean