![]() | QdbTimestampPointCollection Class |
Namespace: Quasardb.TimeSeries
The QdbTimestampPointCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | QdbTimestampPointCollection(Int32) |
Creates an empty collection
|
![]() | QdbTimestampPointCollection(IEnumerableQdbTimestampPoint) |
Creates the collection from an existing one
|
Name | Description | |
---|---|---|
![]() | Capacity |
Gets or sets the total number of elements the collection can hold without resizing.
|
![]() | Count |
Gets the number of points in the collection
|
![]() | Item |
Gets the point at the specified index.
|
Name | Description | |
---|---|---|
![]() | Add(QdbTimestampPoint) |
Adds a point to the collection
|
![]() | Add(DateTime, NullableDateTime) |
Adds a point to the collection
|
![]() | Clear |
Empties the collection
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |