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?
 
Back
Top