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