ComplexMathNorm(Complex) Method |
Return the Euclidean norm of a complex type.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Norm(
Complex value
)
Parameters
- value Complex
- The complex number.
Return Value
DoubleThe Euclidean norm of the complex number.
See Also