Click or drag to resize

TimeSeriesDataQueue<T>.Item Property

Overload List
  NameDescription
Public propertyItem[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.
Public propertyItem[Int32]
Get data which was store "index" steps ago.
Top
See Also