TEnumerableBase.Sum Method

Overloads

Sum(IInterface, TGetCurrentWithSelector<Integer>)

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

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Integer>

Returns

Integer

Sum(IInterface, TGetCurrentWithSelector<Int64>)

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

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Int64>

Returns

Int64

Sum(IInterface, TGetCurrentWithSelector<Single>)

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

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Single>

Returns

Single

Sum(IInterface, TGetCurrentWithSelector<Double>)

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

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Double>

Returns

Double

Sum(IInterface, TGetCurrentWithSelector<Currency>)

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

Parameters

selector
IInterface
getCurrent
TGetCurrentWithSelector<Currency>

Returns

Currency