Click or drag to resize

QdbInt64Column.SumOfSquares Method (IEnumerable<QdbTimeInterval>)

Gets the sum of squares (ie the addition of all squares of values) in each interval

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntax
public IEnumerable<Nullable<long>> SumOfSquares(
	IEnumerable<QdbTimeInterval> intervals
)

Parameters

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

Return Value

Type: IEnumerable<Nullable<Int64>>
The sum of squares of each interval or NaN when there is no point in an interval
See Also