| QdbDoubleColumnCollection Class |
A collection of columns contains double-precision floating point values.
Inheritance Hierarchy SystemObject
Quasardb.TimeSeriesQdbDoubleColumnCollection
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public 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
|
TopMethods
| Name | Description |
---|
| GetEnumerator | Returns an enumerator that iterates through the collection. |
TopSee Also