Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a data type I64

For my application I need a data type I64. In the program I can only find I32. Is this the biggest one? Is the I64 somewhere hidden or must I do my program without I64 and use I32?
0 Kudos
Message 1 of 2
(3,580 Views)
Hello �

Right click on your control and select Representation >> Double Precision. A Double-precision floating-point number takes 64 bits of storage on disk.

Take a look at this link.

Hope this helps!

S Vences
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,580 Views)