Click or drag to resize
Grid Solutions Framework

AggregateFunctionsAvg Method

Gets the average of the values in the array.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
public static double Avg(
	double[] array
)
View Source

Parameters

array  Double
Source value array.

Return Value

Double
Array values average.
See Also