Click or drag to resize

QdbBlobColumn.First Method (IEnumerable<QdbTimeInterval>)

Gets the first points (ie the one with the oldest timestamp) of each interval

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntax
public IEnumerable<QdbBlobPoint> First(
	IEnumerable<QdbTimeInterval> intervals
)

Parameters

intervals
Type: System.Collections.Generic.IEnumerable<QdbTimeInterval>
The time intervals to scan

Return Value

Type: IEnumerable<QdbBlobPoint>
The first point in each interval (null when there is no point in an interval)
See Also