3 implementations of ZeroBits
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2293
static ulong IBinaryFloatParseAndFormatInfo<double>.
ZeroBits
=> 0;
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2341
static ulong IBinaryFloatParseAndFormatInfo<Half>.
ZeroBits
=> 0;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2209
static ulong IBinaryFloatParseAndFormatInfo<float>.
ZeroBits
=> 0;
2 references to ZeroBits
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (2)
762
return TFloat.
ZeroBits
;
1120
return TFloat.
ZeroBits
;