Cast Double to 64-bit Integer Value

iv = float.d2v(fp)

Convert floating point double to 64-bit IEEE-754.

Note

This is effectively casting the floating point value into the 64-bit representation that can be used in other contexts.