Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
uint Data Type
-
2012年10月04日
The uint type is stored as a four-byte unsigned integer.
The uint type can represent integers in the range from 0 to 4,294,967,295, inclusive.
The corresponding .NET Framework data type is UInt32. The properties and methods of the uint data type are the same as the UInt32 properties and methods.