chpicker
Programmer
- Apr 10, 2001
- 1,316
I have a file structure that includes 4 doubles. The doubles show up in the file, and I believe they translate as follows:
The numbers represent the bounding rectangle that encloses Stearns County, MN in latitude and longitude. The order of numbers is: X Min, Y Min, X Max, Y Max. The hex numbers are in the right order, and I believe I got the actual numbers in the right order, but I thought I would specify the file order in case I made a mistake.
Does anyone have any idea how this works? How do you convert the hex representation into the actual data?
Code:
30 81 5B 77 F3 C8 57 C0: -95.1398600000
E2 71 51 2D 22 A4 46 40: 44.9848565000
DC 0E 0D 8B 51 83 57 C0: -94.0518520000
8B 33 86 39 41 E3 46 40: 46.0728645000
Does anyone have any idea how this works? How do you convert the hex representation into the actual data?