[Issue 3850] Signed/unsigned bytes type name

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 14 18:19:26 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3850



--- Comment #1 from bearophile_hugs at eml.cc 2010-03-14 18:19:24 PDT ---
The signed/unsigned bytes in C# are:
- The sbyte type represents signed 8-bit integers with values between -128 and
127.
- The byte type represents unsigned 8-bit integers with values between 0 and
255.

Choosing ubyte/sbyte is acceptable too.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list