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