Complex32Magnitude Property |
Gets the magnitude (or absolute value) of a complex number.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public float Magnitude { get; }
Return Value
SingleThe magnitude of the current instance.
Remarks Assuming that magnitude of (inf,a) and (a,inf) and (inf,inf) is inf and (NaN,a), (a,NaN) and (NaN,NaN) is NaN
See Also