Complex<T>.Magnitude Property
Gets the magnitude, modulus or absolute value of a
complex number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The modulus of the complex number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public T Magnitude { get; }
Property Value
TThe modulus of the complex number.
Remarks
The modulus of a complex number is the square root of the sum of the squares of its real and imaginary elements.
This property requires that the operand type support real arithmetic.