Click or drag to resize

QdbInt64Column.Min Method (IEnumerable<QdbTimeInterval>)

Gets the point with the smallest value in each interval

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.1.0 (3.10.1.0)
Syntax
public IEnumerable<QdbInt64Point> Min(
	IEnumerable<QdbTimeInterval> intervals
)

Parameters

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

Return Value

Type: IEnumerable<QdbInt64Point>
The point with the smallest value of each interval (null when there is no point in an interval)
See Also