BitConverter: Int64BitsToDouble |
Converts the specified 64-bit signed integer to a double-precision floating point number.
Public Function Int64BitsToDouble( ByRef Value As Int64 ) As Double
This copies the 64-bits of the Value parameter to double-precision value.
Typically, Value is an integer that is returned by the DoubleToInt64Bits method.