12 references to Abs
System.Runtime.Numerics (12)
System\Numerics\Complex.cs (12)
63
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);
938
static Complex INumberBase<Complex>.Abs(Complex value) =>
Abs
(value);
1089
double ax =
Abs
(x);
1090
double ay =
Abs
(y);
1179
double ax =
Abs
(x);
1180
double ay =
Abs
(y);
1269
double ax =
Abs
(x);
1270
double ay =
Abs
(y);
1361
double ax =
Abs
(x);
1362
double ay =
Abs
(y);