TEnumerableBase<T>.Max Method
Overloads
| Max | |
| Max(IComparer<T>) | |
| Max(TComparison<T>) | |
| Max(Func<T,Integer>) | |
| Max(Func<T,Int64>) | |
| Max(Func<T,Single>) | |
| Max(Func<T,Double>) | |
| Max(Func<T,Currency>) |
Delphi
function Max(const comparer: IComparer<T>): T
Parameters
- comparer
- IComparer<T>
Returns
T
Delphi
function Max(const comparer: TComparison<T>): T
Parameters
- comparer
- TComparison<T>
Returns
T
Delphi
function Max(const selector: Func<T, Integer>): Integer
Parameters
- selector
- Func<T, Integer>
Returns
Integer
Delphi
function Max(const selector: Func<T, Int64>): Int64
Parameters
- selector
- Func<T, Int64>
Returns
Int64
Delphi
function Max(const selector: Func<T, Single>): Single
Parameters
- selector
- Func<T, Single>
Returns
Single
Delphi
function Max(const selector: Func<T, Double>): Double
Parameters
- selector
- Func<T, Double>
Returns
Double
Delphi
function Max(const selector: Func<T, Currency>): Currency
Parameters
- selector
- Func<T, Currency>
Returns
Currency