in reply to Re: Extracting IEEE 754 floating point numbers
in thread Extracting IEEE 754 floating point numbers

Does the order of the bits matter as to whether the format qualifies as a IEEE 754 floating point number?
No, but when sent between machines they should be stored in network byte order, which is what the application did.
  • Comment on Re: Re: Extracting IEEE 754 floating point numbers