 | QdbDoubleColumnCollection Class |
A collection of columns contains double-precision floating point values.
Inheritance HierarchySystemObject
Quasardb.TimeSeriesQdbDoubleColumnCollection
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntaxpublic class QdbDoubleColumnCollection : IEnumerable<QdbDoubleColumn>,
IEnumerable
Public Class QdbDoubleColumnCollection
Implements IEnumerable(Of QdbDoubleColumn), IEnumerable
The QdbDoubleColumnCollection type exposes the following members.
Properties
| Name | Description |
---|
 | Item |
Gets the columns with the specified name
|
Top
Methods
| Name | Description |
---|
 | GetEnumerator | Returns an enumerator that iterates through the collection. |
Top
See Also