[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: .Net openclient usage in netstandard library (eg. from .net core)

  • Thread starter Thread starter jbijker
  • Start date Start date
Status
Not open for further replies.
J

jbijker

Guest
Unsigned integers can't be negative. Instead of using one bit for the sign (0=positive, 1=negative) it will now be used as part of the value. So an unsigned 8-bit means you can get any value from 0 to 255, whereas if you've used it as a signed integer you'll only have 7 bits available for the value, going from -128 to 127.

Continue reading...
 
Status
Not open for further replies.
Back
Top