Click or drag to resize

QdbColumnErase Method (IEnumerableQdbTimeInterval)

Erases all points in the specified ranges (left inclusive)

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

Parameters

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

Return Value

Type: Int64
The number of erased points
See Also