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

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

barData
BarData

The bar data.

Property Value

double

System.Double.

In this article

Definition