LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

memory layout for double

Hello all,
 
When compling, does CVI use the standard IEEE format for doubles (1 bit sign, 11 bit exponent with 1023 excess, 52 bit int), and the standard IEEE format for float (1 bit sign, 8 bit exponent with 127 excess, 23 bit int) for laying out the data in memory? 
 
If this is not the layout that the CVI compiler uses, what would it be then?
0 Kudos
Message 1 of 2
(2,913 Views)
CVI uses the ansi standard formats for 64 bit double and 32 bit float.  I have sucessfully exchanged cvi doubles and floats with a number of other compilers and embedded systems without issue. 
0 Kudos
Message 2 of 2
(2,905 Views)