5 references to Zero
System.Runtime.Numerics (5)
System\Numerics\Complex.Generic.cs (5)
405
return
Zero
;
1092
if (power ==
Zero
)
1097
if (value ==
Zero
)
1099
return
Zero
;
1154
static Complex<T> IAdditiveIdentity<Complex<T>, Complex<T>>.AdditiveIdentity =>
Zero
;