12 references to Abs
System.Runtime.Numerics (12)
System\Numerics\Complex.Generic.cs (12)
56
public T GetMagnitude() =>
Abs
(this);
939
return new Complex<T>(T.Log(
Abs
(value)), T.Atan2(value.m_imaginary, value.m_real));
1104
T rho =
Abs
(value);
1185
static Complex<T> INumberBase<Complex<T>>.Abs(Complex<T> value) =>
Abs
(value);
1336
T ax =
Abs
(x);
1337
T ay =
Abs
(y);
1405
T ax =
Abs
(x);
1406
T ay =
Abs
(y);
1466
T ax =
Abs
(x);
1467
T ay =
Abs
(y);
1526
T ax =
Abs
(x);
1527
T ay =
Abs
(y);