conditional expression信息详情

conditional expression发音

意思翻译

[计]条件表达式

相似词语短语

conditional───n.条件句;条件语;adj.有条件的;假定的

expression───n.表现,表示,表达;表情,脸色,态度,腔调,声调;式,符号;词句,语句,措辞,说法

proverbial expression───谚语

conditional statement───条件语句;条件语言

conditional offer───有条件要约;附条件开价

conditional probability───条件概率,条件几率;条件概率;条件几率

protein expression───蛋白质表达

syllogism conditional───条件三段论

constitutive expression───组成型表达

双语使用场景

Listing 1 shows the conditional expression that ensures the deposit is positive.───清单1显示了确保存款为正数的条件表达式。

A filter is a conditional expression that is used to select rows.───是一个条件表达式,用于选择行。

In addition, code assist is available when typing in the conditional expression.───除此之外,在输入条件表达式时,也可以使用代码帮助。

All conditional statements use the truth or falsehood of a conditional expression to determine the execution path.───所有条件语句都利用条件表达式的真或假来决定执行流程。

If the tested expression should contain the bitwise-or operator, then parentheses should be added around the conditional-expression.───如果被测试表达式中应当包含按位或运算符,则应当在条件表达式的两侧加上括号。

Specifies operators for a conditional expression used in a VerificationAttribute class.───指定VerificationAttribute类中使用的条件表达式的运算符。

According to a certain condition, conditional expression matches one of two options.───根据某个条件是否成立,来选择匹配2个可选表达式中的其中一个。

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.───类中使用的条件表达式的运算符。

英语使用场景

To display the logged in user's position we can use the following conditional expression in the Data Item Expression referring to the Parameter Map "Position Code" (Figure 20).

When we embed a conditional expression in a larger expression, we usually must parenthesize the conditional subexpression.

In the COBOL system, the information represented by a data item, arithmetic expression, or conditional expression.

An overloaded function in a conditional expression cannot be evaluated.

The character'?'begins a conditional expression, the general form is.

The test of a conditional expression occurs before the execution of the loop.

Parentheses are not necessary around the first expression of a conditional expression, since the precedence of?