[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.AggregateFunctions.Var

Var Method

Var(List<IExpression>)

Computes the variance of a sequence of values.

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

A sequence of values to calculate the variance of.

Returns
Type Description
object

The variance of the sequence of values.