TimeSeries.Item (System.Int32, System.Int32) Property

Gets the Double at the specified index.
public double this[ 
int index
int row 
] {get;}
This language is not supported or no code example is available.
public:  
property double Item[int, int] { 
double get( 
int index
int row 
); 
}
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.

row
int

The row.

Property Value

double

System.Double.

In this article

Definition