ComplexMathAbsolute(Complex32) Method |
Return the absolute value of a complex type calculated as the euclidean norm.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static float Absolute(
Complex32 c
)
Parameters
- c Complex32
- The complex number.
Return Value
SingleThe absolute value (magnitude) of the complex number as a single-precision float.
RemarksSame as
Abs(Complex) and provided here for compatibility with some libraries.
See Also