Click or drag to resize

ComplexMathNorm(Complex) Method

Return the euclidean norm of a complex type

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Norm(
	Complex value
)

Parameters

value  Complex

[Missing <param name="value"/> documentation for "M:Altaxo.Calc.ComplexMath.Norm(System.Numerics.Complex)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.ComplexMath.Norm(System.Numerics.Complex)"]

See Also