To those interested,
Attached is an example of the conversion from a double float to a 64 bit integer based on the bitwise definition of a double float in a big endian evironment (LabView under Windows i386). This incorperates some of the suggestions made by others herin. It is typically what you would write in C or assembly.
The library contains three vis, two conversion vis, and a test vi to insure the conversions work properly.
I'm not sure what the bit pattern will be in a small endian environment so I cannot provide the equivalent example. However, if you take the time to understand the example code provided, converting to small endian should not be difficult.
Kind regards,
Eric