![]() | QdbDoublePointCollection Class |
Namespace: Quasardb.TimeSeries
The QdbDoublePointCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | QdbDoublePointCollection(Int32) |
Creates an empty collection
|
![]() | QdbDoublePointCollection(IEnumerableQdbDoublePoint) |
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(QdbDoublePoint) |
Adds a point to the collection
|
![]() | Add(DateTime, NullableDouble) |
Adds a point to the collection
|
![]() | Clear |
Empties the collection
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |