[]
Computes the variance of a sequence of values.
public static object Var(List<IExpression> source)
Public Shared Function Var(source As List(Of IExpression)) As Object
| Type | Name | Description |
|---|---|---|
| List<IExpression> | source | A sequence of values to calculate the variance of. |
| Type | Description |
|---|---|
| object | The variance of the sequence of values. |