| QdbDoubleColumnCount Method (QdbTimeInterval) |
Gets the number of points in an interval
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public long Count(
QdbTimeInterval interval
)
Public Function Count (
interval As QdbTimeInterval
) As Long
Parameters
- interval
- Type: Quasardb.TimeSeriesQdbTimeInterval
The time interval to scan
Return Value
Type:
Int64The number of points in the interval
See Also