5 references to Zero
System.Runtime.Numerics (5)
System\Numerics\Complex.Generic.cs (5)
324
return
Zero
;
668
if (power ==
Zero
)
673
if (value ==
Zero
)
675
return
Zero
;
718
static Complex<T> IAdditiveIdentity<Complex<T>, Complex<T>>.AdditiveIdentity =>
Zero
;