Click or drag to resize

QdbTimestampColumnFirst Method (IEnumerableQdbTimeInterval)

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

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

Parameters

intervals
Type: System.Collections.GenericIEnumerableQdbTimeInterval
The time intervals to scan

Return Value

Type: IEnumerableQdbTimestampPoint
The first point in each interval (null when there is no point in an interval)
See Also