12 references to Abs
System.Runtime.Numerics (12)
System\Numerics\Complex.Generic.cs (12)
56public T GetMagnitude() => Abs(this); 566return new Complex<T>(T.Log(Abs(value)), T.Atan2(value.m_imaginary, value.m_real)); 683T rho = Abs(value); 749static Complex<T> INumberBase<Complex<T>>.Abs(Complex<T> value) => Abs(value); 900T ax = Abs(x); 901T ay = Abs(y); 969T ax = Abs(x); 970T ay = Abs(y); 1030T ax = Abs(x); 1031T ay = Abs(y); 1090T ax = Abs(x); 1091T ay = Abs(y);