您要查找的是不是:
- The right side of a conditional expression. 条件表达式的右侧。
- In the COBOL system, the information represented by a data item, arithmetic expression, or conditional expression. 在COBOL系统中,由一个数据项、算术表达式或条件表达式表示的信息。
- Specifies operators for a conditional expression used in a. 类中使用的条件表达式的运算符。
- All conditional statements use the truth or falsehood of a conditional expression to determine the execution path. 所有条件语句都利用条件表达式的真或假来决定执行流程。
- The conditional expression for the while says: keep doing this loop until the number is 0.99 or greater. while的条件表达式意思是说:一直循环下去,直到数字等于或大于0.;99。
- Gets the left side of a conditional expression used as part of the verification accessibility checkpoint. 获取用作验证可访问性检查点的一部分的条件表达式的左侧。
- Specifies operators for a conditional expression used in a VerificationAttribute class. 指定VerificationAttribute类中使用的条件表达式的运算符。
- Unlike the while statement, a do-while loop is executed once before the conditional expression is evaluated. 与while语句不同的是,do-while循环会在计算条件表达式之前执行一次。
- In the COBOL system, the information represented by a data item, arithmetic expression , or conditional expression. 在COBOL系统中,由一个数据项、算术表达式或条件表达式表示的信息。
- Property is the right side, or value, of a conditional expression that is use in the verification of the accessibility checkpoint. 属性是用于可访问性检查点验证的条件表达式的右侧,即值。
- Tip.gif AdviceDo not combine two operations in a loop conditional expression. Modify the loop index variable after testing the loop conditional expression. 上面两个例子在开优化后情况一样,这种简单情况还是难不倒编译器的。
- A conditional expression model, in which the target gene is deleted in the presence of a tetracycline derivative, was used to delete the VEGF gene from podocytes. 一个有条件的表达模型用来从足突细胞中删除VEGF基因,在四环素衍生物的出现下靶基因被删除。
- Click the Condition cell for the macro action that you want to change, and then type your conditional expression. 单击要更改的宏操作的“条件”单元格,然后键入您的条件表达式。
- As with the ValidationRule property, the Condition column expression is a conditional expression. 与ValidationRule属性相同,“条件”列表达式也是一种条件表达式。
- In COBOL,a word or a punctuation character that associates a data name or paragraph name with its qualifier,links two or more operands in a series,or forms a conditional expression. 在COBOL语言中的一个字或一个标点符号,它把数据名或程序段名和其限定词建立联系,连接两个或更多的串行操作数,或构成一个条件表达式。
- Specifies how conditional expressions defined by an VerificationAttribute instance are used in verification. 指定如何在验证中使用由VerificationAttribute实例定义的条件表达式。
- The density in the normal range, like appears the condition expression invalidation. 浓度在正常范围,如出现以上状况表示失效。
- An example of a conditional expression is A == B. This uses the conditional operator == to see if the value of A is equivalent to the value of B. The expression returns true or false. 条件表达式的一个例子是A==B。它用条件运算符“==”来判断A值是否等于B值。该表达式返回true或false。
- Conditional expressions on items are always ignored for the purposes of deciding whether the item should be displayed in Solution Explorer. 如果项的条件表达式用于决定是否应当在解决方案资源管理器中显示项,则始终忽略这样的表达式。
- The if tag is a block tag.The if tag and optional elif tags take a condition variable name or a condition expression, but not both. 在我制作“翻译与评论”页面的时候,我有一个问题,就是“如何判断变量是否存在?”
