Cast Double to 64-bit Integer Value
#Firmware/v302
iv = float.d2v(fp)
Convert floating point double to 64-bit IEEE-754.
This is effectively casting the floating point value into the 64-bit representation that can be used in other contexts.
See: float.f2v See: float.v2d