年和月组件的值可以是一个无符号整数。
The value of the year and month components allow an unsigned integer.
端口号为16字节的无符号整数。
将一个32位无符号整数写入访问器。
将一个16位无符号整数写入访问器。
确保使用无符号整数来防止符号扩展的问题。
Ensure that an unsigned int is used where appropriate to prevent sign extension.
将一个 64位无符号整数写入访问器。
如何划分的无符号整数的256轮靠近价值?
How to divide unsigned integer of 256 and round to the closer value?
是C99标准保证无符号整数的二进制表示形式?
Does the C99 standard guaranteed the binary representation of unsigned int?
将指定的布尔值转换为等效的64位无符号整数。
Converts the specified Boolean value to the equivalent 64-bit unsigned integer.
将4字节无符号整数的文本表示形式写入文本流。
Writes the text representation of a 4-byte signed integer to the text stream.
将指定的十进制数的值转换为等效的8位无符号整数。
Converts the value of the specified decimal number to an equivalent 8-bit unsigned integer.
将8 字节无符号整数的文本表示形式写入文本流。
Writes the text representation of an 8-byte signed integer to the text stream.
将指定的十进制数的值转换为等效的32位无符号整数。
Converts the value of the specified decimal number to an equivalent 32-bit unsigned integer.
将指定的单精度浮点数的值转换为等效的8位无符号整数。
Converts the value of the specified Unicode character to the equivalent 8-bit unsigned integer.
CCSID是一个16位的无符号整数,惟一地标识一个特定的代码页。
A CCSID is a 16-bit unsigned integer that uniquely identifies a particular code page.
将指定的单精度浮点数的值转换为等效的16位无符号整数。
Converts the value of the specified Unicode character to the equivalent 16-bit unsigned integer.
将指定的单精度浮点数的值转换为等效的64位无符号整数。
Converts the value of the specified Unicode character to the equivalent 64-bit unsigned integer.
将数字的字符串表示形式转换为它的等效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.
在此实例的结尾追加指定的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.
在此实例的结尾追加指定的16位无符号整数的字符串表示形式。
Appends the string representation of a specified 16-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位无符号整数进行比较并返回对其相对值的指示。
Compares this instance to a specified 8-bit unsigned integer and returns an indication of their relative values.
将此实例与指定的64位无符号整数进行比较并返回对其相对值的指示。
Compares this instance to a specified 64-bit unsigned integer and returns an indication of their relative values.
将此实例与指定的16位无符号整数进行比较并返回对其相对值的指示。
Compares this instance to a specified 16-bit unsigned integer and returns an indication of their relative values.
将数字的指定样式的字符串表示形式转换为其等效的32位无符号整数。
Converts the string representation of a number in a specified style to its 32-bit unsigned integer equivalent.
将指定样式的数字的字符串表示形式转换为它的等效64位无符号整数。
Converts the string representation of a number in a specified style to its 64-bit unsigned integer equivalent.
使用指定的区域性特定格式信息,将指定对象的值转换为64位无符号整数。
Converts the value of the specified object to a 64-bit unsigned integer, using the specified culture-specific formatting information.
使用指定的区域性特定格式信息,将指定对象的值转换为64位无符号整数。
Converts the value of the specified object to a 64-bit unsigned integer, using the specified culture-specific formatting information.
应用推荐