您要查找的是不是:
- integer variable name 整型变量名
- Method to create a string that uses an integer variable. 方法来创建一个使用整型变量的字符串。
- Is an integer variable specifying the deadlock priority. 指定死锁优先级的整数变量。
- Follow the variable name with an As clause. 变量名后接As子句。
- Integer variable, it would be rounded to the nearest whole number, 2. 变量,它将会舍入为与其最接近的整数2。
- Once and assigning the results to an integer variable for use within the loop. 然后将结果分配给整数变量以便在循环中使用。
- Is an optional integer variable that stores the return status of a module. 可选的整型变量,存储模块的返回状态。
- Environment variable name required to left of assignment operator. 赋值运算符左边要求有环境变量名。
- Type or paste the variable name or expression you want to watch. 键入或粘贴要监视的变量名或表达式。
- Please don't, never! use char as your variable name. 用动态分配空间就不会话溢出喇!呵呵!
- We start off with an integer variable called ver. Ver will hold the number of vertices used to build the object. 从名为ver的integer型变量开始,我们用它来记录要构造此物体的顶点的数目。
- Must correspond to the variable name that was used in the previous step. 必须与上一步中使用的变量名相对应。
- Integer variable by a second and assign the integer result to the first variable. 变量除以另一个这种类型的变量,并把整数结果赋给第一个变量。
- The scope of the local return variable name is local within the function. 局部返回变量名的作用域位于函数内。
- You can use an Integer variable if your positive values never exceed 2,147,483,647. 如果您的正值永远不会超过2,147,483,647,您可以使用Integer变量。
- The only characters actually disallowed in a variable name are :, #, and =. 事实上只有:、%23和=等字符不允许使用在变量名称中。
- Use SQLBindParameter to bind an integer variable to the first parameter marker in an SQL statement. 使用SQLBindParameter将整数变量绑定到SQL语句中的第一个参数标记。
- The Array object is used to store a set of values in a single variable name. 阵列(数组)对象用来在一单独的变量名称内存储一系列值。
- Property in a loop to search for all occurrences of the string in the document, and increment an integer variable by 1 each time the string is found. 属性在文档中搜索该字符串的所有匹配项,每次找到该字符串,都将整数变量的值增加1。
- Name of the class; follows standard variable naming conventions. class的名称;遵循标准的变量命名规则。