Convert Delphi Real48 to C# double
Posted
by mjmcloug
on Stack Overflow
See other posts from Stack Overflow
or by mjmcloug
Published on 2010-03-24T10:41:49Z
Indexed on
2010/03/24
10:53 UTC
Read the original article
Hit count: 286
Hey,
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
© Stack Overflow or respective owner