12 references to Abs
System.Runtime.Numerics (12)
System\Numerics\Complex.cs (12)
65
public double Magnitude { get { return
Abs
(this); } }
616
return new Complex(Math.Log(
Abs
(value)), Math.Atan2(value.m_imaginary, value.m_real));
755
double rho =
Abs
(value);
948
static Complex INumberBase<Complex>.Abs(Complex value) =>
Abs
(value);
1099
double ax =
Abs
(x);
1100
double ay =
Abs
(y);
1189
double ax =
Abs
(x);
1190
double ay =
Abs
(y);
1279
double ax =
Abs
(x);
1280
double ay =
Abs
(y);
1371
double ax =
Abs
(x);
1372
double ay =
Abs
(y);