TimeSeries.GetMedian Method

Calculates median
public double GetMedian()
This language is not supported or no code example is available.
public:  
double GetMedian()
This language is not supported or no code example is available.
public function GetMedian() : double;
This language is not supported or no code example is available.

Return Value

double

System.Double.

Exception type Condition

ApplicationException

Can not calculate median. Array is empty.

In this article

Definition