6 references to One
System.Runtime.Numerics (6)
System\Numerics\Complex.cs (6)
334return One / value; 485return (ImaginaryOne / two) * (Log(One - ImaginaryOne * value) - Log(One + ImaginaryOne * value)); 740return One; 908public static Complex operator --(Complex value) => value - One; 915public static Complex operator ++(Complex value) => value + One;