4 implementations of ZeroBits
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2290static ulong IBinaryFloatParseAndFormatInfo<double>.ZeroBits => 0;
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2337static ulong IBinaryFloatParseAndFormatInfo<Half>.ZeroBits => 0;
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2114static ulong IBinaryFloatParseAndFormatInfo<BFloat16>.ZeroBits => 0;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2206static ulong IBinaryFloatParseAndFormatInfo<float>.ZeroBits => 0;
2 references to ZeroBits
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (2)
762return TFloat.ZeroBits; 1120return TFloat.ZeroBits;