Click or drag to resize

QdbDoubleColumnAbsMin Method (IEnumerableQdbTimeInterval)

Gets the point with the smallest absolute value in each interval

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

Parameters

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

Return Value

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