Click or drag to resize

QdbInt64ColumnMin Method (IEnumerableQdbTimeInterval)

Gets the point with the smallest value in each interval

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

Parameters

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

Return Value

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