I need to be able to convert from a Delphi Real48 to C# double.
I’ve got the bytes I need to convert but am looking for an elegant solution. to the problem.
Anybody out there had to do this before?
I’m needing to do the conversion in C#
Thanks in advance
I’ve done some hunting around and I found some C++ code to do the job, converted it and it seems to be giving the right answer… damned if I understand it all though :S
If somebody can explain it that would be great 😀