8 references to Int64BitsToDouble
mscorlib (1)
system\double.cs (1)
54
internal static double NegativeZero = BitConverter.
Int64BitsToDouble
(unchecked((long)0x8000000000000000));
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
192
return BitConverter.
Int64BitsToDouble
(value);
System.Data.SqlXml (6)
System\Xml\Xsl\XPathConvert.cs (6)
570
return BitConverter.
Int64BitsToDouble
((long)dblHi << 32 | dblLo);
959
dblT = BitConverter.
Int64BitsToDouble
(0x4FF00000L << 32);
969
dblT = BitConverter.
Int64BitsToDouble
((long)dblHi << 32 | DblLo(dblT));
978
dblT = BitConverter.
Int64BitsToDouble
((long)dblHi << 32 | dblLo);
2446
dbl = BitConverter.
Int64BitsToDouble
(BitConverter.DoubleToInt64Bits(dbl) - 1);
2465
dbl = BitConverter.
Int64BitsToDouble
(BitConverter.DoubleToInt64Bits(dbl) + 1);