TimeSeries.Item (System.DateTime, System.Int32, OberMind.SearchOption) Property

Gets the Double with the specified date time.
public double this[ 
DateTime dateTime
int row
SearchOption option = SearchOption.ExactFirst 
] {get;}
This language is not supported or no code example is available.
public:  
property double Item[DateTime, int, SearchOption] { 
double get( 
DateTime dateTime
int row
SearchOption option 
); 
}
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

dateTime
DateTime

The date time.

row
int

The row.

option
SearchOption

Property Value

double

System.Double.

In this article

Definition