TimeSeries.GetVariance Method

Calculate variance
public double GetVariance()
This language is not supported or no code example is available.
public:  
double GetVariance()
This language is not supported or no code example is available.
public function GetVariance() : double;
This language is not supported or no code example is available.

Return Value

double

System.Double.

Exception type Condition

ApplicationException

Can not calculate variance. Insufficient number of elements in the array.

In this article

Definition