TimeSeries.Ago Method

Agoes the specified n.
public double Ago( 
int n 
)
This language is not supported or no code example is available.
public:  
double Ago( 
int n 
)
This language is not supported or no code example is available.
public function Ago( 
n : int 
) : double;
This language is not supported or no code example is available.

Parameters

n
int

The n.

Return Value

double

System.Double.

Exception type Condition

ArgumentException

Can not return an entry + n + entries ago: time series is too short.

In this article

Definition