NevronOpenVision
Nevron.Nov.Numerics Namespace / Complex32 Structure / Magnitude Property
Magnitude Property
Gets the magnitude (or absolute value) of a complex number.
Syntax
public System.float Magnitude {get;}

Property Value

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
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also