Click or drag to resize
Grid Solutions Framework

AggregateFunctionsStdDev Method

Gets the standard deviation of the values in the array.

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

Parameters

array  Double
Source value array.

Return Value

Double
Array values standard deviation.
See Also