6 references to One
System.Runtime.Numerics (6)
System\Numerics\Complex.cs (6)
336return One / value; 487return (ImaginaryOne / two) * (Log(One - ImaginaryOne * value) - Log(One + ImaginaryOne * value)); 742return One; 918public static Complex operator --(Complex value) => value - One; 925public static Complex operator ++(Complex value) => value + One;