TEnumerableBase.Max Method
Overloads
Delphi
function Max(const selector: IInterface; getCurrent: TGetCurrentWithSelector<Integer>): Integer
Parameters
- selector
- IInterface
- getCurrent
- TGetCurrentWithSelector<Integer>
Returns
Integer
Delphi
function Max(const selector: IInterface; getCurrent: TGetCurrentWithSelector<Int64>): Int64
Parameters
- selector
- IInterface
- getCurrent
- TGetCurrentWithSelector<Int64>
Returns
Int64
Delphi
function Max(const selector: IInterface; getCurrent: TGetCurrentWithSelector<Single>): Single
Parameters
- selector
- IInterface
- getCurrent
- TGetCurrentWithSelector<Single>
Returns
Single
Delphi
function Max(const selector: IInterface; getCurrent: TGetCurrentWithSelector<Double>): Double
Parameters
- selector
- IInterface
- getCurrent
- TGetCurrentWithSelector<Double>
Returns
Double
Delphi
function Max(const selector: IInterface; getCurrent: TGetCurrentWithSelector<Currency>): Currency
Parameters
- selector
- IInterface
- getCurrent
- TGetCurrentWithSelector<Currency>
Returns
Currency