Click or drag to resize

ComplexMathAbsolute(Complex32) Method

Return the absolute value of a complex type calculated as the euclidean norm

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static float Absolute(
	Complex32 c
)

Parameters

c  Complex32

[Missing <param name="c"/> documentation for "M:Altaxo.Calc.ComplexMath.Absolute(Altaxo.Calc.Complex32)"]

Return Value

Single

[Missing <returns> documentation for "M:Altaxo.Calc.ComplexMath.Absolute(Altaxo.Calc.Complex32)"]

Remarks
Same as Abs(Complex) and provided here for compatibility with some libraries.
See Also