Click or drag to resize

QdbInt64Column.QuadraticMean Method (IEnumerable<QdbTimeInterval>)

Gets the quadratic mean (ie the mean of all values) in each interval

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.1.0 (3.13.1.0)
Syntax
public IEnumerable<long?> QuadraticMean(
	IEnumerable<QdbTimeInterval> intervals
)

Parameters

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

Return Value

Type: IEnumerable<Nullable<Int64>>
The quadratic mean values
See Also