BitConverter: DoubleToInt64Bits |
Converts the specified double-precision floating point number to 64-bit signed integer.
Public Function DoubleToInt64Bits( ByVal Value As Double ) As Int64
This copies the 64-bit representation of a double-precision floating point number to a 64-bit integer. It does not attempt to convert the value similar to using CInt64.