12 references to Abs
System.Runtime.Numerics (12)
System\Numerics\Complex.cs (12)
65
public double Magnitude { get { return
Abs
(this); } }
614
return new Complex(Math.Log(
Abs
(value)), Math.Atan2(value.m_imaginary, value.m_real));
753
double rho =
Abs
(value);
946
static Complex INumberBase<Complex>.Abs(Complex value) =>
Abs
(value);
1097
double ax =
Abs
(x);
1098
double ay =
Abs
(y);
1187
double ax =
Abs
(x);
1188
double ay =
Abs
(y);
1277
double ax =
Abs
(x);
1278
double ay =
Abs
(y);
1369
double ax =
Abs
(x);
1370
double ay =
Abs
(y);