TimeSeries.GetValue Method

Gets the value.
public double GetValue( 
int index 
)
This language is not supported or no code example is available.
public:  
double GetValue( 
int index 
)
This language is not supported or no code example is available.
public function GetValue( 
index : int 
) : double;
This language is not supported or no code example is available.

Parameters

index
int

The index.

Return Value

double

System.Double.

In this article

Definition