QdbStringPointCollection Class |
Namespace: Quasardb.TimeSeries
The QdbStringPointCollection type exposes the following members.
Name | Description | |
---|---|---|
QdbStringPointCollection(Int32) |
Creates an empty collection
| |
QdbStringPointCollection(IEnumerableQdbStringPoint) |
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
| |
IsInvalid | When overridden in a derived class, gets a value indicating whether the handle value is invalid. (Overrides SafeHandleIsInvalid.) | |
Item |
Gets the point at the specified index.
|
Name | Description | |
---|---|---|
Add(QdbStringPoint) |
Adds a point to the collection
| |
Add(DateTime, String) |
Adds a point to the collection
| |
Clear |
Empties the collection
| |
GetEnumerator | Returns an enumerator that iterates through the collection. |