Logically, I assumed that the first two bytes would be the decimal portion and the last two bytes would be the integral portion, but it seems thats not the case because floats can get up to E38 so I'll ask here
How do i convert a byte sequence like
FF F3 3B 3A
into a float32?
2E/ I can cast a float into a char*, but not a char* into a float...
How do i convert a byte sequence like
FF F3 3B 3A
into a float32?
2E/ I can cast a float into a char*, but not a char* into a float...
Last edited: