1 reference to MinMagnitude
System.Runtime.Numerics (1)
System\Numerics\Complex.cs (1)
695
Complex<double> result = Complex<double>.
MinMagnitude
(new Complex<double>(x.m_real, x.m_imaginary), new Complex<double>(y.m_real, y.m_imaginary));