您要查找的是不是:
- unsigned integer format 无符号整数格式
- Converts the string representation of a number in a specified culture-specific format to its 16-bit unsigned integer equivalent. 将指定区域性特定格式的数字的字符串表示形式转换为它的等效16位无符号整数。
- Physical addresses are represented as a 32-bit unsigned integer. 物理地址是用一个32为的无符号整型编址的。
- Value The value of the resource to add as an 8-bit unsigned integer array. 要作为8位无符号整数数组添加的资源的值。
- Appends the string representation of a specified 16-bit unsigned integer to the end of this instance. 在此实例的结尾追加指定的16位无符号整数的字符串表示形式。
- Multiplies two unsigned integer values, performs an overflow check, and pushes the result onto the evaluation stack. 将两个无符号整数值相乘,执行溢出检查,并将结果推送到计算堆栈上。
- Transfers control to a target instruction when two unsigned integer values or unordered float values are not equal. 当两个无符号整数值或不可排序的浮点型值不相等时,将控制转移到目标指令。
- Writes the text representation of an 8-byte unsigned integer followed by a line terminator to the text stream. 将后跟行结束符的8字节无符号整数的文本表示形式写入文本流。
- This converter can convert only an 8-bit unsigned integer object to and from a string. 该转换器只能在8位无符号整数对象与字符串之间实现转换。
- The following code example declares and initializes an 8-bit unsigned integer and a string. 下面的代码示例声明并初始化一个8位无符号整数和一个字符串。
- Adds an 8-bit unsigned integer array as a named resource to the list of resources to be written. 将8位无符号整数数组作为命名资源添加到要写的资源列表中。
- Adds two unsigned integer values, performs an overflow check, and pushes the result onto the evaluation stack. 将两个无符号整数值相加,执行溢出检查,并且将结果推送到计算堆栈上。
- Returns an instance of the specified enumeration type set to the specified 32-bit unsigned integer value. 返回一个指定枚举类型的实例,设置为指定的32位无符号整数值。
- Returns the specified 64-bit unsigned integer; no actual conversion is performed. 返回指定的64位无符号整数;不执行任何实际的转换。
- Listing 3.4.A demonstration of putting too large a value in an unsigned integer. 表3.;4演示把一个很大的数赋给一个无符号整数。
- Subtracts one unsigned integer value from another, performs an overflow check, and pushes the result onto the evaluation stack. 从另一值中减去一个无符号整数值,执行溢出检查,并且将结果推送到计算堆栈上。
- Shifts an unsigned integer value (in zeroes) to the right by a specified number of bits, pushing the result onto the evaluation stack. 将无符号整数值右移(用零填充)指定的位数,并将结果推送到计算堆栈上。
- Class, using 32-bit unsigned integers to measure time intervals. 用32位无符号整数来度量时间间隔,以初始化。
- Transfers control to a target instruction (short form) when two unsigned integer values or unordered float values are not equal. 当两个无符号整数值或不可排序的浮点型值不相等时,将控制转移到目标指令(短格式)。
- Writes the text representation of the specified 64-bit unsigned integer value, followed by the current line terminator, to the standard output stream. 将指定的64位无符号的整数值的文本表示(后跟当前行的结束符)写入标准输出流。