Click or drag to resize

ComplexMathNorm(Complex32) Method

Return the Euclidean norm of a complex type.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static float Norm(
	Complex32 value
)

Parameters

value  Complex32
The complex number.

Return Value

Single
The Euclidean norm of the complex number.
See Also