T
Tony Johansson
Hello!
If I look at the type that can store whole number(except byte) we have the
signed version called short,int and long.
The unsigned version is called ushort,uint and ushort
So why wasn't the signed version of byte called just byte and the unsigned
version called ubyte which would
have been much more logically compared to the other whole number types.
Now the signed version is called sbyte and the unsigned version is called
byte.
Can't understand why the designers has done it in such a unlogically way.
//Tony
If I look at the type that can store whole number(except byte) we have the
signed version called short,int and long.
The unsigned version is called ushort,uint and ushort
So why wasn't the signed version of byte called just byte and the unsigned
version called ubyte which would
have been much more logically compared to the other whole number types.
Now the signed version is called sbyte and the unsigned version is called
byte.
Can't understand why the designers has done it in such a unlogically way.
//Tony