[Solved] Converting binary data to numeric format [closed]

[ad_1]

The hex represents a double in little-endian format.
If you reverse the bytes and check against your first result you will see that it matches the decimal representation: http://binaryconvert.com/result_double.html?hexadecimal=4049689F80000000

1

[ad_2]

solved Converting binary data to numeric format [closed]