I have a four (4) byte array that follows the IEEE 754 format.
(It arrives on the windows platform from an embedded system via
USB).
How can I extract/convert/assign the encoded array to a native
float variable?
- Jamie
Jamie Risk - 23 Nov 2006 16:37 GMT
I'm looking at the BitConvert class now.
- Jamie
> I have a four (4) byte array that follows the IEEE 754 format. (It
> arrives on the windows platform from an embedded system via USB).
[quoted text clipped - 3 lines]
>
> - Jamie