[]
Computes the average of a sequence of values.
public static object Average(List<IExpression> source)
| Type | Name | Description |
|---|---|---|
| List<IExpression> | source | A sequence of values to calculate the average of. |
| Type | Description |
|---|---|
| object | The average of the sequence of values. |