The squared modulus (length^2) of the complex number
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Abs2(
Complex c
)
Parameters
- c Complex
- The complex argument.
Return Value
DoubleThe squared modulus (length^2) of the complex number.
Remarks Only for completeness, you can also use
See Also