TEnumerableBase.Max Method

Overloads

Max(IInterface, TGetCurrentWithSelector<Integer>)

Delphi
function Max(const selector: IInterface; getCurrent: TGetCurrentWithSelector<Integer>): Integer

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Integer>

Returns

Integer

Max(IInterface, TGetCurrentWithSelector<Int64>)

Delphi
function Max(const selector: IInterface; getCurrent: TGetCurrentWithSelector<Int64>): Int64

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Int64>

Returns

Int64

Max(IInterface, TGetCurrentWithSelector<Single>)

Delphi
function Max(const selector: IInterface; getCurrent: TGetCurrentWithSelector<Single>): Single

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Single>

Returns

Single

Max(IInterface, TGetCurrentWithSelector<Double>)

Delphi
function Max(const selector: IInterface; getCurrent: TGetCurrentWithSelector<Double>): Double

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Double>

Returns

Double

Max(IInterface, TGetCurrentWithSelector<Currency>)

Delphi
function Max(const selector: IInterface; getCurrent: TGetCurrentWithSelector<Currency>): Currency

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Currency>

Returns

Currency