Click or drag to resize

Complex32Magnitude Property

Gets the magnitude (or absolute value) of a complex number.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public float Magnitude { get; }

Return Value

Single
The 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