Complex<T>.MagnitudeSquared Property
Returns the square of the modulus of a complex
number.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The square of the modulus of the complex number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public T MagnitudeSquared { get; }
Property ValuePermalink
TThe square of the modulus of the complex number.
RemarksPermalink
The modulus of a complex number is the square root of the sum of the squares of its real and imaginary elements.