TEnumerableBase.Average Method

Overloads

Average(IInterface, TGetCurrentWithSelector<Integer>)

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

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Integer>

Returns

Double

Average(IInterface, TGetCurrentWithSelector<Int64>)

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

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Int64>

Returns

Double

Average(IInterface, TGetCurrentWithSelector<Single>)

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

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Single>

Returns

Double

Average(IInterface, TGetCurrentWithSelector<Double>)

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

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Double>

Returns

Double

Average(IInterface, TGetCurrentWithSelector<Currency>)

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

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Currency>

Returns

Double