单词 | ELSE statement | ||
释义 | ELSE statement
例句释义: 否则叙述 1. An if. Else statement tests a condition and executes one of two blocks of code depending on the result of the condition statement. if.else语句测试一个条件,并根据条件语句的结果执行两个代码块之一。 msdn2.microsoft.com 2. Then control jumps to the point after the statement, or block of statements, following the ELSE statement. 然后控制跳到ELSE语句后的语句或语句块之后的点。 msdn2.microsoft.com 3. Note that when using OLAP data sources, you will not be able to use null in the else statement, and will need to use a static value. 注意,在使用OLAP数据源时,不能在else语句中使用null,需要使用一个静态值。 www.ibm.com 4. The Case Else statement can be used to run code when no match is found, as in the following example. CaseElse语句可用于在找不到匹配时运行代码,如下例所示。 msdn2.microsoft.com 5. Exits the innermost loop in a WHILE or IF. . . ELSE statement. 退出WHILE或IF…ELSE语句中最里面的循环。 msdn2.microsoft.com 6. If it finds a match or a Case Else statement, it runs the corresponding statement block. 如果发现一个匹配项或一条CaseElse语句,则执行相应的语句块。 msdn2.microsoft.com 7. The conclusion in the else statement is not valid because num2 is null and therefore does not contain a value. else语句中的结论无效,因为num2为null,因此不包含值。 msdn2.microsoft.com 8. You can use a Case Else statement to handle all values not tested by the previous Case statements. 使用CaseElse语句可以处理前面的Case语句未测试的所有值。 msdn2.microsoft.com 9. At a given if-then-else statement, the if part is the path that was executed. 对于给定的if-then-else语句,if部分就是被执行的路径。 www.ibm.com 10. If the hitTest action returns false, the action following the else statement runs. 如果经过测试,行为返回错误,则行为遵循另一个设置,。 art.showyou.net 1. If you want to execute some code if a condition is true and another code if a condition is false, use the if. Else statement. 用于在某项条件得以满足时执行一组代码,而条件不满足时执行另一组代码。 linux.syclover.cn 2. In order to apply the ordering on all the columns, we will need to add them to the if-then-else statement. 为了对所有列应用排序,需要把它们添加到if-then-else语句中。 www.ibm.com 3. The resulting flow of control depends on whether the optional ELSE statement is specified 得到的控制流取决于是否指定了可选的ELSE语句 msdn2.microsoft.com 4. If. Then. Else statement- use this statement if you want to select one of two sets of lines to execute 当你想要根据条件从两部分代码中执行其中的一个就可以选择使用这个声明 www.86oo.com 5. Case Else statement block does not need to run any more of the statements in the block, it can exit the block by using the 语句块内的代码无需再运行该块中的任何其它语句,可以使用 msdn2.microsoft.com 6. We then want the following code in the else statement: 然后我们在else声明里输入以下代码: blog.sina.com.cn |
||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。