Data type conversion (longint, real)

Hi all,

is there any system function that converts a longint number to a real one?
How can i do it?

In reply to alexkidd84:

You can use a cast.

real'(64'h1234567890ABC)