Click or drag to resize

QdbColumn.Erase Method (IEnumerable<QdbTimeInterval>)

Erases all points in the specified ranges (left inclusive)

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

Parameters

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

Return Value

Type: Int64
The number of erased points
See Also