[System.Runtime.CompilerServices.Extension()] public static System.double MagnitudeSquared( System.Numerics.Complex complex )
Parameters
- complex
- The System.Numerics.Complex number to perform this operation on.
Return Value
The squared magnitude of the
Complex
number.