You must Sign In to post a response.
  • Category: [About DotNetSpider]

    How to convert 16 bit integer (ex:1638) to real number single precision?

    How to convert 16 bit integer (ex:1638) to real number single precision? After convert answer will be 319.880009 but I don't know how to calculate
  • #769692
    I think only one way we have in .net i,e single to convert integer into real number. can you clarify more details on this will you used convert.single(intvalue) and what else you are expecting.

    also, if precision will get added based on the value which you are passing to the convert function.

    Thanks!
    B.Ramana Reddy


  • Sign In to post your comments