Returns the square of the modulus of a complex
number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T MagnitudeSquared { get; }
Public ReadOnly Property MagnitudeSquared As T
Get
public:
property T MagnitudeSquared {
T get ();
}
member MagnitudeSquared : 'T with get
Property Value
Type:
TThe square of the modulus of the complex
number.
The modulus of a complex number is the
square root of the sum of the squares of its
real and imaginary elements.
Reference