Click or drag to resize

ComplexMathAbsolute(Complex) 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.3572.0 (4.8.3572.0)
Syntax
C#
public static double Absolute(
	Complex c
)

Parameters

c  Complex
The complex number.

Return Value

Double
The absolute value (magnitude) of the complex number.
Remarks
Same as Abs(Complex) and provided here for compatibility with some libraries.
See Also