Signed binary values

  • Thread starter Thread starter Bradley
  • Start date Start date
B

Bradley

I'm receiving a signed (highest order bit indicates positive/negative) 2
byte value that I want to convert to a floating point number. Is there an
easy way to do this?

TIA

Brad
 
Look up "BitConvertor", try the ToInt16 method. Presumably this isn't a
floating point number (by format?). Is it fixed point?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top