Quickly asked: Should I use unsigned integers (uint, uint8, ...) in C#?
Should I use uint
as a type in my library / website / program? For example when iterating through an array? I mean that thing can't be smaller than 0!?
So let's have a look.
Should I use uint
as a type in my library / website / program? For example when iterating through an array? I mean that thing can't be smaller than 0!?
So let's have a look.