2 references to Zero
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1039
static double INumberBase<double>.Zero =>
Zero
;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1288
static NFloat INumberBase<NFloat>.Zero => new NFloat(NativeType.
Zero
);