TArray.BinarySearchUpperBoundInternal<T> Method
Definition
Delphi
class function BinarySearchUpperBoundInternal<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