Click or drag to resize

RollingWindow<T> Properties

The RollingWindow<T> type exposes the following members.

Properties
  Name Description
Public property Count Gets the number of elements contained in the RollingWindow<T>.
Public property IsReadOnly Gets a value indicating whether the RollingWindow<T> is read-only.
Public property Item Gets or sets the element at the specified index.
Public property WindowSize Gets the size of the window maintained by the RollingWindow<T>.
Top
See Also