单词 | integer value |
释义 | 例句释义: 整数值,整數,平均时间 1. Indexers do not have to be indexed by an integer value; it is up to you how to define the specific look-up mechanism. 索引器不必根据整数值进行索引,由您决定如何定义特定的查找机制。 msdn2.microsoft.com 2. The return value is an integer value equal to the greatest integer less than or equal to its numeric argument. 传回值为一个小于或等于其数字引数的最大整数值。 technet.microsoft.com 3. The priority of a filter is an integer value used to group filters into buckets that are used to order their processing. 筛选器的优先级是一个用于将筛选器分组到存储桶的整数值,这些存储桶用于对筛选器的处理进行排序。 technet.microsoft.com 4. If the value cannot be completely determined by the enumeration entries, then the value is formatted as the integer value. 如果值不能完全由枚举项确定,则将值格式化为整数值。 msdn2.microsoft.com 5. An integer value indicating the behavior of the object to which this attribute is applied. 一个整数值,指示该属性所应用于的对象的行为。 msdn2.microsoft.com 6. The first step is to calculate the number of bytes required to hold the integer value (the content part of the INTEGER structure). 第一步是计算容纳这个整数值(INTEGER结构的内容部分)所需要的字节数。 www.ibm.com 7. The string value of this property is then interpreted as an integer value and an Integer object representing this value is returned. 属性的字符串值表示为整数值,返回表示该值的Integer对象。 www.mscto.com 8. The current session will not be the deadlock victim if the other sessions have deadlock priority set to an integer value less than - 5 . 如果其他会话的死锁优先级设置为小于-5的整数值,则当前会话将不会成为死锁牺牲品。 www.bing.com 9. Specifies an integer value indicating the number of seconds to wait for a valid socket connection with the SMTP service before timing out. 指定一个整数值,表示与SMTP服务的有效套接字连接等待多少秒后才会超时。 msdn2.microsoft.com 10. It simply searches the given file for a search term and then returns an integer value associated with it. 它仅仅是在给定的文件中搜索查找项并返回与之关联的整数值。 edu.gamfe.com 1. The priority is an integer value used to group filters into priority buckets and order their processing. 优先级是一个整数值,用于将筛选器分组为优先级存储桶,并对它们的处理进行排序。 technet.microsoft.com 2. Color An integer value that represents the color to which the render target surface is cleared. 一个整数值,它表示将呈现目标图面清除为的颜色。 msdn2.microsoft.com 3. However, remember that casting an integer value to a pointer value does not conform to the C language standard. 但是将整数值转换为指针值并不遵循C语言标准。 www.ibm.com 4. Used to define private messages, usually of the form WM_APP X, where X is an integer value. 用来定义私有消息,经常以WM_APP X的格式使用,X是一个整形变量。 baike.baidu.com 5. The fill factor used in the calculation is an integer value instead of a percentage. 计算中使用的填充因子为整数值,而不是百分比。 msdn2.microsoft.com 6. A symbol is a resource identifier (ID) that consists of two parts: a text string (symbol name) mapped to an integer value (symbol value). 符号是资源标识符(ID),由两部分组成:文本字符串(符号名)及其映射的整数值(符号值)。 www.juyy.net 7. Property is an integer value specifying the number of minutes to use when determining whether a user is online. 属性是一个整数值,用于指定在确定用户是否联机时使用的分钟数。 msdn2.microsoft.com 8. Displays the enumeration entry as a string value, if possible, and otherwise displays the integer value of the current instance. 如有可能,将枚举项显示为字符串值,否则显示当前实例的整数值。 msdn.microsoft.com 9. An integer value that specifies , in 1024 - byte multiples, the maximum length of data fetched from a TEXT or IMAGE column . 一个大小为1024字节的倍数的整数值,用于指定从TEXT或IMAGE列读取的数据的最大长度。 www.bing.com 10. Class using coordinates specified by an integer value. 使用由整数值指定的坐标初始化。 msdn2.microsoft.com 1. A stored procedure can return an integer value called a return code to indicate the execution status of a procedure. 存储过程可以返回一个整数值(称为“返回代码”),指示过程的执行状态。 msdn2.microsoft.com 2. Object that specifies the maximum length of the integer value. 值,指定整数的最大长度。 msdn2.microsoft.com 3. Shifts an unsigned integer value (in zeroes) to the right by a specified number of bits, pushing the result onto the evaluation stack. 将无符号整数值右移(用零填充)指定的位数,并将结果推送到计算堆栈上。 msdn2.microsoft.com 4. Specifies an integer value indicating the port on which the SMTP service uses to send outbound mail. 指定一个整数值,表示SMTP服务用来发送外发邮件的端口。 msdn2.microsoft.com 5. Similarly, to invoke a Java method that expects a boolean value, you pass in an integer value meeting these constraints. 类似地,要调用希望使用布尔值的Java方法,就要传递满足这些约束的整数值。 www-128.ibm.com 6. Returns an Integer value representing the next file number available for use by the FileOpen function. 返回一个Integer值,表示可由FileOpen函数使用的下一个文件号。 msdn2.microsoft.com 7. Returns an Integer value representing an RGB color value from a set of red , green and blue color components . RGB颜色值指定红色、绿色和蓝色所需要的相对强度以显示特定颜色。 www.bing.com 8. Returns an Integer value containing the specified component of a given Date value. 返回一个Integer值,该值包含给定Date值的指定组件。 msdn2.microsoft.com 9. An integer value that represents the order of declaration of the local variable within the method body. 一个整数值,表示方法体内局部变量的声明顺序。 msdn2.microsoft.com 10. Returns the integer value of the failover mode and is an OUTPUT parameter. 返回故障转移模式的整数值,并且是一个OUTPUT参数。 technet.microsoft.com 1. Shifts an integer value to the left (in zeroes) by a specified number of bits, pushing the result onto the evaluation stack. 将整数值左移(用零填充)指定的位数,并将结果推送到计算堆栈上。 msdn2.microsoft.com 2. Returns an Integer value representing the character code corresponding to a character. 返回一个Integer值,该值表示与某个字符相对应的字符码。 msdn2.microsoft.com 3. Computes the bitwise complement of the integer value on top of the stack and pushes the result onto the evaluation stack as the same type. 计算堆栈顶部整数值的按位求补并将结果作为相同的类型推送到计算堆栈上。 msdn2.microsoft.com 4. In the above example foo will automatically be inferred to be an integer value. 上面例子中的foo将自动推断为一个整数值。 game.ceeger.com 5. Displays the enumeration entry as an integer value in the shortest representation possible. 以尽可能简短的表示,将列举型别项目显示为整数值。 msdn.microsoft.com 6. This prevents the conversion operation from throwing an OverflowException if the integer value is not in the range of the UInt16 type. 这样可以防止转换操作在整数值不在UInt16类型范围内的情况下引发OverflowException。 msdn2.microsoft.com 7. The UserIsOnlineTimeWindow is a positive integer value specifying the number of minutes to use when determining whether a user is online. UserIsOnlineTimeWindow是一个正整数值,用于指定在确定用户是否联机时使用的分钟数。 msdn2.microsoft.com 8. Semaphores allow synchronization of processes by testing and setting the integer value in a single atomic operation. 信号允许进程通过一个单一的原子操作来测试和设置那个整数的值,以此实现同步。 www.ibm.com 9. You use the opposite scm_num2int to convert the Scheme variable ret_val into a C integer value. 可以使用相反的scm_num2int函数将Scheme变量ret_val转换成C整数值。 www.ibm.com 10. The Value property (which, by default, is 0) is an integer value corresponding to the position of the scroll box in the scroll bar. Value属性(默认情况下为0)是与滚动框在滚动条中的位置相对应的一个integer值。 msdn2.microsoft.com 1. This method takes an integer (value) as a parameter and returns the ASN. 1 INTEGER representation of the integer value. 这个方法取一个整数(value)作为参数并返回以ASN.1INTEGER表达的这个整数值。 www.ibm.com 2. Also, we noted the potential for greater differentiation between the multiple graphs found by MAGfor each integer value in range. 同时,我们也注意到,潜力较大区别多重图发现农牧业每个整型值范围。 www.instrument.com.cn 3. The entry_name_syntax is an integer value which specifies the syntax of the entry name. entry_name_syntax是一个整数值,它指定条目名称的语法。 www.ibm.com 4. Main can also return an Integer value, which the operating system uses as the exit code for your program. Main还可以返回一个Integer值,操作系统将其作为程序的退出代码。 msdn2.microsoft.com 5. The display interval must be a positive integer value. 显示间隔必须是一个正的整数值。 www.drados.com 6. In the case of Integer, the object's only state is the underlying integer value. 在Integer情况下,对象的唯一状态是基本的整数值。 www.ibm.com 7. Translates the text of a control in the given dialog box to an integer value. 将给定对话框中控件的文本转换为整数。 www.zjrj.org 8. the string representation of the unsigned integer value represented by the argument in hexadecimal (base 16). 参数(十六进制)表示的无符号整数值的字符串形式。 www.web521.com 9. Gets an unsigned integer value representing the combination of AssemblyNameFlags flags specified when this attribute instance was created. 获取一个无符号整数值,该值表示创建此属性实例时指定的AssemblyNameFlags标志的组合。 msdn2.microsoft.com 10. Sets the text of a control to the string that represents an integer value. 将控件的文本设为代表一个整数的字符串。 www.zjrj.org 1. Decimal numbers have a binary integer value and an integer scaling factor that specifies what portion of the value is a decimal fraction. 数字具有一个二进制整数值,和一个整数比例因子,用于指定值的哪一部分是小数部分。 msdn2.microsoft.com 2. Scale minimum must be a positive integer value. 比例最小值必须是一个正整数。 www.fan6.net 3. The RETURN statement returns a single integer value to the calling environment, causing an immediate exit from the procedure. RETURN语句将单个整数值返回到调用环境中,并且导致立即从过程退出。 www.ianywhere.com 4. Gets an integer value representing the combination of AssemblyNameFlags flags specified when this attribute instance was created. 获取一个整数值,该值表示在创建此属性实例时指定的AssemblyNameFlags标志的组合。 msdn2.microsoft.com 5. Scalar function that adds leading zeros to a specified integer value. 向指定的整数值添加前导零的标量函数。 msdn2.microsoft.com 6. Instruction computes the bitwise complement of an integer value and pushes the result onto the stack. 指令计算整数值的按位求补并将结果推送到堆栈上。 msdn2.microsoft.com 7. This field stores the ID of an image file as an integer value. 这个字段把图片文件的ID作为一个整数值存储。 www.bp-one.com 8. Indicates an integer value that is too large for the declared type to which it is assigned. 表明一个整数的值过大的类型宣布它分配。 zhidao.baidu.com 9. maxRows: This optional integer value allows the requesting program to limit the number of results returned. 一个可选的整数值,允许请求程序限制返回结果的数目。 www.hotdic.com 10. Subtracts one unsigned integer value from another , performs an overflow check , and pushes the result onto the evaluation stack . 从另一值中减去一个无符号整数值,执行溢出检查,并且将结果推送到计算堆栈上。 www.bing.com 1. Performs a bitwise logical NOT operation on an integer value. 对整数值执行逻辑位非运算。 kudictionary.appspot.com 2. Entering an integer value will add the value to the list of standard values, and set the property to the specified value. 输入整数值将会把该值添加到标准值列表,并将属性设置为指定值。 msdn2.microsoft.com 3. Click the column you want to indicate is sorted and set its SortKeyPosition property to a nonzero integer value. 单击要指示为已排序的列,并将其SortKeyPosition属性设置为非零的整数值。 msdn2.microsoft.com 4. You can test this out by adding a non-integer value, as you can see in Figure 3. 可以添加一个非整数值测试一下,如图3所示。 www.ibm.com 5. When true, the resulting method signature returns an integer value that contains the HRESULT value. 若为true,生成的方法签名将返回一个包含HRESULT值的整数值。 msdn2.microsoft.com 6. Writes the text representation of the specified 64-bit unsigned integer value to the standard output stream. 将指定的单精度浮点值的文本表示形式写入标准输出流。 207.46.16.252 7. Integer value representing the number of characters to copy. 整数值,表示要复制的字符数。 msdn2.microsoft.com 8. Returns the integer value for the number of items in the collection. 返回表示集合中的项数的整数值。 msdn2.microsoft.com 9. You use both the int and long types to hold integer values, the difference being that an int is a 32-bit integer value. 您可以使用int和long两种类型来保存整数值,它们的不同点在于int是一种32位的整数值。 www.ibm.com 10. Decrement the number stored at key by one. If the second argument is filled, it will be used as the integer value of the decrement. 数字递减存储键值。如果第二个参数被填满,它将被用来作为整数值递减 blog.sina.com.cn 1. Returns an instance of the specified enumeration type set to the specified 32-bit unsigned integer value. 返回一个指定枚举类型的实例,设置为指定的32位无符号整数值。 msdn2.microsoft.com 2. The transaction time-out is an integer value measured in seconds. 事务超时是以秒为单位度量的整数值。 msdn2.microsoft.com 3. In code, set the control's Value property to an integer value between the minimum and maximum values you have established. 在代码中,将该控件的Value属性设置为已设定的最小值与最大值之间的一个整数值。 msdn2.microsoft.com 4. Returns an Integer value containing a number representing the day of the week. 返回一个Integer值,它包含一个表示一周中某天的数字。 msdn2.microsoft.com 5. Property returns an integer value that corresponds to the selected list item. 属性返回一个整数值,该值与选择的列表项相对应。 msdn2.microsoft.com 6. Both attributes require an integer value specifying the space needed in pixels. 这两个属性都要求使用整数值,并用像素值来指定间距。 www.codebasin.com 7. The following code example converts a string to an integer value, increments that value, and displays the result. 下面的代码示例将字符串转换为整数值,增加该值,并显示结果。 msdn2.microsoft.com 8. The following code example uses explicit conversion to convert a double value to an integer value. 下面的代码示例使用显式转换将一个双精度值转换为一个整数值。 msdn2.microsoft.com 9. Remark : Total amounts are shown rounded to the lower Integer value. 注:总数额列四舍五入到整数价值较低。 bbs.wda.com.cn 10. Integer value representing the type of permissions checked. 表示所检查的权限类型的整型值。 msdn2.microsoft.com 1. Under this definition, two Integer objects are equal only if they contain the same integer value. 在这个定义中,只有在包含相同的整数值的情况下这两个Integer对象是相等的。 www.ibm.com 2. Returns an integer value that corresponds to the specified object. 返回与指定对象对应的整数值。 msdn2.microsoft.com 3. The string value is converted to an integer value by calling the outside function StringToNumber. 这个字符串将通过外部函数StringToNumber转化成整形数值(存放在ivalue中)。 edu.gamfe.com 4. The following example demonstrates rounding to nearest integer value. 下面的示例演示如何舍入为最接近的整数值。 msdn2.microsoft.com 5. This property specifies an integer value in the range of 0 through 16 that causes polygons that are physically coplanar to appear separate. 此属性指定0到16范围内的整数值,从而使物理上共面的多边形可以分别显示。 msdn2.microsoft.com 6. Property returns an integer value that corresponds to the first selected item in the list box. 属性返回对应于列表框中第一个选定项的整数值。 msdn2.microsoft.com 7. Expression must evaluate to an integer value greater than zero. 表达式的值必须是大于零的整数值。 msdn2.microsoft.com 8. Writes a processor native-sized integer value to unmanaged memory at a specified offset. 按指定的偏移量将一个处理器本机大小的整数值写入非托管内存。 technet.microsoft.com 9. The second overload expects an integer as a parameter. This integer value will be used as the Seed. 第二个使苚弌个整籔作为参籔,这个整籔将被作为种子。 jiaocheng.gdjob168.com 10. The following example prompts the user for a positive non-zero integer value or a keyword. 本例提示用户输入正的非零整数值或关键字。 www.01vb.com 1. Make a slider the user can drag to change an integer value between a min and a max. 制作一个滑动条用户可以拖动来改变一个整数值,在最小和最大值之间。 game.ceeger.com 2. The integer value of the property specified by the. 参数指定的属性的整数值。 msdn2.microsoft.com 3. This example saves a string and an integer value to view state. 此示例将一个字符串和一个整数值保存到视图状态。 msdn2.microsoft.com 4. You can assign any integer value, including negative numbers. 可赋予任何整数值,包括负数。 msdn2.microsoft.com 5. Returns the specified 32-bit unsigned integer value as an array of bytes. 以字节数组的形式返回指定的32位无符号整数值。 msdn2.microsoft.com 6. This example creates a single-column temporary table that holds an integer value. 本例创建保存整数值的单列临时表。 www.ibm.com 7. Integer value that correspond to ODBC type indicators. 与ODBC类型指示符对应的整数值。 technet.microsoft.com 8. You can use the integer value or use AUTO to default it to system setting. 可以使用整数值或使用AUTO将其设置为系统默认设置。 www.ibm.com 9. By annotating the parameter pWidth, the function requires callers to pass a valid integer value. 通过对参数pWidth进行批注,函数要求调用方返回一个有效的整数值。 msdn2.microsoft.com 10. We need to retrieve the integer value from each record. However, this value is the second "field" stored in each record. 我们需要从每条记录中提取出整型值,这个值是每条记录的第二个“字段”。 www.ibm.com 1. Converts between a string and the standard infinite or integer value. 在字符串和标准无限或整数值之间转换。 msdn2.microsoft.com 2. Integer value dependent on the event class captured in the trace . 跟踪中捕获的与事件类对应的整数值。 www.bing.com 3. For example, entering the wrong format for an integer value or too big of a value for a short value. 例如,输入了整型值的错误格式或对短型而言太大的值。 technet.microsoft.com 4. Is a numeric or integer value specifying the longest time in which a query can run. 数值或整数值,用于指定可以运行查询的最长时间。 msdn2.microsoft.com 5. Is the integer value to be assigned to the first row in the table. 要分配给表中第一行的整数值。 technet.microsoft.com 6. A semaphore is a resource that contains an integer value. 信号是包含有一个正数的资源。 www.ibm.com 7. Returns an integer value one higher than the highest element defined in an array. 返回一个整数值,此整数比数组中所定义的最高位元素的下标大1。 msdn2.microsoft.com 8. For example, assigning an integer value to a string property will cause the integer to be converted to a string. 例如,若为字符串属性指派一个整型值,整型值将被转换为字符串。 www.ibm.com 9. Writes a processor native sized integer value into unmanaged memory. 将一个处理器本机大小的整数值写入非托管内存。 technet.microsoft.com 10. The following example pads an integer value with five leading zeros. 下面的示例使用五个前导零来填充整数值。 technet.microsoft.com 1. Can't set the keep play time to the specified value. Try a positive integer value. 无法将游戏时间设成一个特定数值。请输入一个正整数。 www.fan6.net 2. Option to the specified integer value. 选项设置为指定的整数值。 msdn2.microsoft.com 3. Applies only when an integer value, n, is specified. 仅当指定了整数值n时适用。 technet.microsoft.com 4. An integer value representing the second of the new. 结构的秒钟值。 msdn2.microsoft.com 5. An integer value that represents the date as ticks. 将日期表示为刻度数的整数值。 msdn2.microsoft.com 6. Example 1. Highlight cells greater than or equal to an integer value. 例1.高亮值大于或等于某个整数值的单元格。 blog.sina.com.cn 7. Returns an Integer value from 1 through 12 representing the month of the year. 返回一个1到12之间的Integer值,它表示一年中的某个月。 msdn2.microsoft.com 8. Put the integer value in the variable. 为变量赋整数值。 msdn2.microsoft.com 9. Structure using an integer value. 使用整数值初始化。 msdn2.microsoft.com 10. The step attribute, when present, must also have an integer value. 当出现step时,它也必须是整数值。 www.ibm.com 1. Writes a 16-bit signed integer value into unmanaged memory at a specified offset. 将16位带符号整数值写入非托管内存中的指定偏移位置。 msdn.microsoft.com 2. This ONCONFIG parameter takes an integer value between 0 and 100 and is set to a default value of 10%. ONCONFIG参数值为0到100之间的整数,默认值为10%。 www.ibm.com 3. The value specified must be an integer value from 1 to 100. 指定的值必须是1到100之间的整数。 msdn2.microsoft.com 4. The variable must be set to an integer value in the range -10 to 10. 此变量必须设置为-10到10范围中的一个整数值。 msdn2.microsoft.com 5. Is converted to an integer value. 值转换为整数值。 msdn2.microsoft.com 6. Writes a 64-bit signed integer value to unmanaged memory at a specified offset. 将64位带符号整数值写入非托管内存中的指定偏移位置。 technet.microsoft.com 7. Returns an Integer value from 1 through 31 representing the day of the month. 返回一个1到31之间的Integer值,它表示该月中的某天。 msdn2.microsoft.com 8. Returns an Integer value from 0 through 59 that represents the minute of the hour. 返回一个0到59之间的Integer值,它表示一小时中的某分钟。 msdn2.microsoft.com 9. Returns an Integer value from 0 through 23 representing the hour of the day. 返回一个0到23之间的Integer值,它表示一天中的某小时。 msdn2.microsoft.com 10. Determine how many leading zeros you want the integer value to display. 决定您要整数值显示多少个前置字元零。 technet.microsoft.com 1. Writes a character as a 16-bit integer value to unmanaged memory. 将一个字符作为16位整数值写入非托管内存。 msdn.microsoft.com 2. Can't set the postplay time to the specified value. Try a positive integer value. 无法将游戏后时间设成一个特定数值。请输入一个正整数。 www.fan6.net 3. Increments from zero to the maximum integer value in approximately 24. 9 Days. 将在大约24.9天内从零递增到最大整数值。 msdn2.microsoft.com 4. Returns an Integer value from 1 through 9999 representing the year. 返回一个表示年的1到9999之间的Integer值。 msdn2.microsoft.com 5. Determine how many digits you want the integer value to display. 确定整数值要显示的位数。 technet.microsoft.com 6. The integer value of the configuration parameter ranges between 0 to 100 or AUTO; the default value is 10. 配置参数的整数值为0到100或者AUTO;默认值是10。 www.ibm.com 7. Returns an Integer value from 0 through 59 representing the second of the minute. 返回一个0到59之间的Integer值,它表示一分钟中的某秒。 msdn2.microsoft.com 8. At startup, it loads the input fields with the double value 123456. 7 and the integer value 1234567, respectively. 开始时,它分别加载双精度值123456.7和整数值1234567作为输入域。 www.ibm.com 9. Converts an integer value from network byte order to host byte order. 将整数值由网络字节顺序转换为主机字节顺序。 msdn2.microsoft.com 10. The second read stores the integer value in a local variable (x1 or x2). 第二次读取把整型值存储在一个本地变量中(x1或x2)。 www.ibm.com 1. DB2 V9. 5 enhances this function to introduce a new parameter function which takes an integer value as input. DB2V9.5增强了该函数,引进了一个新的parameter函数,该函数将一个整数值作为输入。 www.ibm.com 2. This is a special short encoding for the push of the integer value 0. 这是用于推送整数值0的特殊简短编码。 msdn2.microsoft.com 3. Writes a 32-bit signed integer value into unmanaged memory. 将一个32位有符号整数值写入非托管内存。 msdn2.microsoft.com 4. Represents an integer value that is either 1 or 0 to be stored in or retrieved from a database. 表示要存储在数据库中或者从数据库中检索的整数值,为1或0。 msdn2.microsoft.com 5. Writes a 16-bit signed integer value to unmanaged memory. 将16位带符号整数值写入非托管内存。 msdn.microsoft.com 6. Function to generate a random integer value in the range from 1 to 6. 函数生成一个1到6之间的随机整数值。 msdn2.microsoft.com 7. The integer value assigned to the table that is published for merge replication. 分配给为合并复制发布的表的整数值。 technet.microsoft.com 8. This parameter takes an integer value between 1 and 9. 此参数接受1与9之间的整数值。 technet.microsoft.com 9. For example, the integer value of 4 is converted to the money equivalent of 4 monetary units. 例如,整数值4被转换为相当于4个货币单位的money值。 msdn2.microsoft.com 10. CONNECT_BY_ISCYCLE returns a small integer value that is set to either 0 (no cycle detected) or 1 (cycle detected). CONNECT_BY_ISCYCLE返回一个设置为0(未检测到循环)或1(检测到循环)的小整数值。 www.ibm.com 1. Because I reside in the United States, the program displays "123, 456. 7" for the double value and "1, 234, 567" for the integer value. 因为我住在美国,按照美国的习惯,程序中双精度值显示为“123,456.7”而整数值显示为“1,234,567”。 www.ibm.com 2. CONNECT_BY_ISLEAF returns a small integer value that is set either to 0 or 1. CONNECT_BY_ISLEAF返回一个设置为0或1的小整数值。 www.ibm.com 3. Otherwise, the base method is called, which converts the string value to an integer value, which is then used to set the 否则,调用基方法,该方法将字符串值转换为整数值,然后该整数值被用来设置 msdn2.microsoft.com 4. Indexers do not have to be indexed by an integer value; 索引子不需要以整数值来索引; technet.microsoft.com 5. Method parses the value of this property and converts it to an integer value, which is then used to set the 方法分析此属性的值并将其转换为整数值,然后该整数值将用于设置 msdn2.microsoft.com 6. Method to place an integer value formatted as a currency value at the end of a 方法,将一个设置为货币值格式的整数值放到 msdn2.microsoft.com 7. The default implementation parses the new value of the Value property to an integer value which it uses to set the 属性的新值分析为整数值,它使用该值来设置 msdn2.microsoft.com 8. Method will return an integer value that contains the number of rows affected by the stored procedure, while the 方法将返回包含受存储过程影响的行数的整数值,而 msdn2.microsoft.com 9. Converts the unsigned integer value on top of the evaluation stack to 将位于计算堆栈顶部的无符号整数值转换为 msdn2.microsoft.com 10. The supplied long integer value which will the used as the value of the new 提供的长整型值,它将用作新 msdn2.microsoft.com 1. Here is a simple scalar-valued function that accesses data and returns an integer value 以下是访问数据并返回一个整数值的简单标量值函数 msdn2.microsoft.com 2. Method that returns an integer value based on whether one string is less-than 方法,它根据某个字符串是否小于 msdn2.microsoft.com 3. The integer value returned from this method will correspond to a sum of 从该方法返回的整数值对应于 msdn2.microsoft.com 4. For example, the following SELECT statement shows that the integer value 123456 is usually stored as a binary 0x0001e240 例如,以下SELECT语句显示整数值123456通常被存储为二进制值0x0001e240 msdn2.microsoft.com 5. Statement shows that the integer value 语句显示整数值 msdn2.microsoft.com 6. An integer value that specifies a hash value for this 一个整数值,它指定此 msdn2.microsoft.com 7. The supplied long integer value that will be used as the value of the new 提供的长整数值,它将用作新 msdn2.microsoft.com 8. The supplied integer value that will be used as the value of the new 提供的整数值,它将用作新 msdn2.microsoft.com 9. Change the Integer value in the table to be 将表格中的整型值改为 www-128.ibm.com 10. If the first value is less than the second, the integer value 1 如果第一个值小于第二个值,则将整数值1 msdn2.microsoft.com 1. The integer value returned by 返回的整数值是 msdn2.microsoft.com 2. This method accepts an integer value as its argument, which is based on one of the connection constants as in the following 方法。该方法接受基于下列连接常量之一的整数值作为参数 msdn2.microsoft.com 3. adds an 8 - bit unsigned integer value into the 存储区中添加一个8位无符号整数值。 www.ichacha.net 4. writes a 16 - bit integer value to unmanaged memory 将16位整数值写入非托管内存。 www.ichacha.net 5. If the first value is greater than the second, the integer value 1 如果第一个值大于第二个值,则将整数值1 msdn2.microsoft.com 6. 3 = Hold (internal device signal value: 4-byte float or 2-byte integer value) Hold(内部设备信号值:4字节浮点值或2字节整数值) www.ibm.com 7. 4 = Input (device input signal value: 4-byte float or 2-byte integer value) Input(设备输入信号值:4字节浮点值或2字节整数值) www.ibm.com 8. For example, if you have an integer value of 100 that you want to represent as a currency value, you can use the 例如,如果希望将整数值100表示为货币值,可以使用 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。