5 references to DoubleToInt64Bits
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
428
WriteInt64(offset, BitConverter.
DoubleToInt64Bits
(value));
System.Data.SqlXml (4)
System\Xml\Xsl\XPathConvert.cs (4)
26
return (uint)(BitConverter.
DoubleToInt64Bits
(dbl) >> 32);
30
return (uint)BitConverter.
DoubleToInt64Bits
(dbl);
2446
dbl = BitConverter.Int64BitsToDouble(BitConverter.
DoubleToInt64Bits
(dbl) - 1);
2465
dbl = BitConverter.Int64BitsToDouble(BitConverter.
DoubleToInt64Bits
(dbl) + 1);