3 references to ToUInt64
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (3)
847
return AssembleFloatingPointBits<TFloat>(value.
ToUInt64
(), baseExponent, !hasNonZeroFractionalPart);
1210
ulong fractionalMantissa = bigFractionalMantissa.
ToUInt64
();
1225
ulong integerMantissa = integerValue.
ToUInt64
();