[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.AggregateFunctions.StDev

StDev Method

StDev(List<IExpression>)

Computes the standard deviation of a sequence of values.

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

A sequence of values to calculate the standard deviation of.

Returns
Type Description
object

The standard deviation of the sequence of values.