We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I want to convert the hex float value in memory into decimal,such as 42F94000H=124.75,which 42F94000H is the hex value,and how can I implement the decimal 124.75 using program,or other cases?
I meant to say, I make it 124.625.