您要查找的是不是:
- This maps to a SQL Server integer type. 它映射到SQL Server integer类型。
- Therefore, implicit conversion is performed where integer type is promoted to double and the two double values are compared. 因此,在integer类型提升为double且比较了两个double类型值后会进行隐式转换。
- Buffers always take two bytes per character, irrespective of the encoding. 缓冲区中,每个字符始终占用两个字节,而与编码无关。
- This method tells you how many bytes are required to hold the information in a particular String. (Each char in a String is 16 bits,or two bytes,long,to support Unicode characters.) The argument is of type String and is called s. 这个方法告诉我们,需要多少字节才能容纳一个特定字串里的信息(字串里的每个字符都是16位,或者说2个字节、长整数,以便提供对Unicode字符的支持)。自变量的类型为String,而且叫作s。
- Two byte arrays are initialized that represent the public key of a third party. 初始化表示第三方公钥的两个字节数组。
- This method tells you how many bytes are required to hold the information in a particular String. (Each char in a String is 16 bits, or two bytes, long, to support Unicode characters.) The argument is of type String and is called s. 这个方法告诉我们需要多少字节才能容纳一个特定字串里的信息(字串里的每个字符都是16位,或者说2个字节、长整数,以便提供对Unicode字符的支持)。 自变量的类型为String,而且叫作s。
- And any enumeration type based on a CLS-compliant base integer type. 以及任何基于符合CLS的基础整数类型的枚举类型。
- Values of float are truncated when they are converted to any integer type. 如果将float值转换为任一整数类型,这些值将被截断。
- Integer type that holds negative or positive numbers, including zero. 保存负数、正数或零的整型。
- Function must be at least two bytes greater than the actual length of the string. 子句指定的记录长度必须至少比字符串实际长度多两个字节。
- All short encodings push 4 byte integers on the stack. 所有简短编码都将4字节整数推送到堆栈上。
- All special short encodings push 4 byte integers on the stack. 所有特殊简短编码都将4字节整数推送到堆栈上。
- The two bytes together (called a lead byte and a trail byte) define a single character, usually a complex ideograph. 这两个字节一起(称作首字节和为字节)定义一个字符,通常是一个复杂的象形文字。
- The example type converter supports properties of integer type with which it has been associated. 示例类型转换器支持与其关联的integer类型的属性。
- A graphic character set consisting of symbols used in Japanese ideographic alphabets. Each character is represented by two bytes. 在日语表意文字中使用的、由符号组成的一种图形字符集,其中的每个字符都用二个字节来表示。
- If overflow occurs converting one integer type to another, the high order bits are truncated. 如果在将一个整数类型转换为另一个整数类型时发生溢出,则截断高序位字节。
- Remember that UTF-8 encodes data an a variable-length format; the Unicode character at position 450 simply needed two bytes to be encoded in UTF-8. 记住UTF-8编码的数据是可变长的格式;450处的Unicode字符在使用UTF-8进行编码时实际上只需要两个字节。
- The first column must provide the tag number, integer type, of the current element, and the column name must be Tag. 第一列必须提供当前元素的标记号(整数类型),并且列名必须是Tag。
- The high-order two bytes represent the major version number, and the low-order two bytes represent the minor version number. 高序位的两个字节表示主版本号,低序位的两个字节表示次版本号。
- If you specify a number beyond the bounds of the integer type, it will be interpreted as a float instead. 如果你指定一个数超出了integer的范围,将会被解释为float。