It is perfectly suited for long bit vectors such as DNA or other numeric data.
它非常适合于象dna或者其它的数值数据之类的长的位向量。
2
Two other important points related to the numeric types are literals, which are just explicitly expressed Numbers, like 100 in the previous examples, and bit operations.
与数值类型相关的其他两个重点是常量(如上例中的100,只是明确表达的数字)和位运算。
3
Use uint only for RGB colors, bit masks, and other non-numeric values.