表示无符号整数,可增加或减少,但是不超过最大值。
Represents an unsigned integer which may increase or decrease but shall never exceed a maximum value.
否则,如果有符号整型可以表示无符号整型的值时,公共类型是有符号类型。
Otherwise, if the signed integer type can represent all of the values of the unsigned type, the common type is the signed type.
如果你在你的表达式中用到ul(表示无符号长整型),那么你有了一个好的起点。
If you in your expression used UL (said unsigned long integer), then you have a good starting point.
是C99标准保证无符号整数的二进制表示形式?
Does the C99 standard guaranteed the binary representation of unsigned int?
如果知道地址为736425的字节的类型是8位无符号整数,那么就可以知道该字节表示整数112。
If we know that the byte at location 736425 has type "unsigned 8-bit integer," then we know that the byte represents the number 112.
在此实例的结尾追加指定的16位无符号整数的字符串表示形式。
Appends the string representation of a specified 16-bit signed integer to the end of this instance.
在此实例的结尾追加指定的32位无符号整数的字符串表示形式。
Appends the string representation of a specified 32-bit signed integer to the end of this instance.
在此实例的结尾追加指定的64位无符号整数的字符串表示形式。
Appends the string representation of a specified 64-bit signed integer to the end of this instance.
将指定基的数字的字符串表示形式转换为等效的64位无符号整数。
Converts the value of the specified double-precision floating-point number to an equivalent 64-bit unsigned integer.
将8 字节无符号整数的文本表示形式写入文本流。
Writes the text representation of an 8-byte signed integer to the text stream.
将4字节无符号整数的文本表示形式写入文本流。
Writes the text representation of a 4-byte signed integer to the text stream.
将指定样式的数字的字符串表示形式转换为它的等效64位无符号整数。
Converts the string representation of a number in a specified style to its 64-bit unsigned integer equivalent.
将数字的指定样式的字符串表示形式转换为其等效的32位无符号整数。
Converts the string representation of a number in a specified style to its 32-bit unsigned integer equivalent.
将数字的指定样式和区域性特定格式的字符串表示形式转换为其等效的16位无符号整数。
Converts the string representation of a number in a specified style and culture-specific format to its 16-bit unsigned integer equivalent.
尝试将数字的指定样式和区域性特定格式的字符串表示形式转换为其等效的64位无符号整数。
Tries to convert the string representation of a number in a specified style and culture-specific format to its 64-bit unsigned integer equivalent.
将数字的字符串表示形式转换为它的等效16位无符号整数。
Converts the string representation of a number to its 16-bit unsigned integer equivalent.
尝试将数字的字符串表示形式转换为等效的64位无符号整数。
Tries to convert the string representation of a number to its 64-bit unsigned integer equivalent.
将指定区域性特定格式的数字的字符串表示形式转换为它的等效64位无符号整数。
Converts the string representation of a number in a specified culture-specific format to its 64-bit unsigned integer equivalent.
将数字的指定区域性特定格式的字符串表示形式转换为其等效的32位无符号整数。
Converts the string representation of a number in a specified culture-specific format to its 32-bit unsigned integer equivalent.
使用指定的区域性特定格式设置信息,将数字的指定字符串表示形式转换为等效的64位无符号整数。
Converts the specified string representation of a number to an equivalent 64-bit unsigned integer, using the specified culture-specific formatting information.
将整数参数转换为一个表示二进制无符号整数的字符串形式。
Returns a string representation of the integer argument as an unsigned integer in base 2.
将整数参数转换为一个表示十六进制无符号整数的字符串形式。
Returns a string representation of the integer argument as an unsigned integer in base 16.
将整数参数转换为一个表示十六进制无符号整数的字符串形式。
Returns a string representation of the integer argument as an unsigned integer in base 16.
应用推荐