ComplexMathAbsolute(Complex) Method |
Return the absolute value of a complex type calculated as the euclidean norm
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Absolute(
Complex c
)
Parameters
- c Complex
[Missing <param name="c"/> documentation for "M:Altaxo.Calc.ComplexMath.Absolute(System.Numerics.Complex)"]
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.ComplexMath.Absolute(System.Numerics.Complex)"]
Remarks Same as
Abs(Complex) and provided here for compatibility with some libraries.
See Also