Click or drag to resize

ComplexStatsSumOfSquares(Complex32) Method

Calculates the sum of squares of the elements in data.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Complex32 SumOfSquares(
	Complex32[] data
)

Parameters

data  Complex32
The input data.

Return Value

Complex32
The sum of data[i] * data[i] over all elements.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when data is .
See Also