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