TimeSeries.GetNegativeStdDev (Int32) Method

Calculate standard deviation of negative data entries
public double GetNegativeStdDev( 
int row 
)
This language is not supported or no code example is available.
public:  
double GetNegativeStdDev( 
int row 
)
This language is not supported or no code example is available.
public function GetNegativeStdDev( 
row : int 
) : double;
This language is not supported or no code example is available.

Parameters

row
int

The row.

Return Value

double

System.Double.

In this article

Definition