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