4 implementations of ZeroBits
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2559static ulong IBinaryFloatParseAndFormatInfo<double>.ZeroBits => 0;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2402static ulong IBinaryFloatParseAndFormatInfo<Half>.ZeroBits => 0;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2123static ulong IBinaryFloatParseAndFormatInfo<BFloat16>.ZeroBits => 0;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2247static ulong IBinaryFloatParseAndFormatInfo<float>.ZeroBits => 0;
2 references to ZeroBits
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (2)
777return TFloat.ZeroBits; 1110return TFloat.ZeroBits;