TimeSeries.Item (System.Int32) Property

Gets or sets the Double at the specified index.
public virtual double this[ 
int index 
] {get;}
This language is not supported or no code example is available.
public:  
virtual property double Item[int] { 
double get( 
int index 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

index
int

The index.

Property Value

double

System.Double.

In this article

Definition