[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.AggregateFunctions.Count

Count Method

Count(List<IExpression>)

Returns the number of elements in a sequence.

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

A sequence that contains elements to be counted.

Returns
Type Description
object

The number of elements in the input sequence.