3 implementations of ZeroBits
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2293static ulong IBinaryFloatParseAndFormatInfo<double>.ZeroBits => 0;
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2341static ulong IBinaryFloatParseAndFormatInfo<Half>.ZeroBits => 0;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2209static 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;