TimeSeriesDataQueue<T>.Item Property |
Name | Description | |
---|---|---|
![]() | Item[DateTime] |
Return historically latest element with smaller or equal DateTime.
Note: do not try to use this method if you didn't specify DateTime to data elements.
|
![]() | Item[Int32] |
Get data which was store "index" steps ago.
|