Click or drag to resize

QdbInt64ColumnSumOfSquares Method

Gets the sum of squares (ie the addition of all squares of values) of the table

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

Return Value

Type: NullableInt64
The sum of squares of the table
Exceptions
ExceptionCondition
QdbEmptyColumnExceptionIf the column is empty
See Also