4 implementations of ZeroBits
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2559
static ulong IBinaryFloatParseAndFormatInfo<double>.
ZeroBits
=> 0;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2402
static ulong IBinaryFloatParseAndFormatInfo<Half>.
ZeroBits
=> 0;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2123
static ulong IBinaryFloatParseAndFormatInfo<BFloat16>.
ZeroBits
=> 0;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2247
static 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)
777
return TFloat.
ZeroBits
;
1110
return TFloat.
ZeroBits
;