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