[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.AggregateFunctions.Sum

Sum Method

Sum(List<IExpression>)

Computes the sum of a sequence of values.

Declaration
public static object Sum(List<IExpression> source)
Parameters
Type Name Description
List<IExpression> source

A sequence of values to calculate the sum of.

Returns
Type Description
object