comparison operator信息详情

comparison operator发音

意思翻译

n.[计]比较运算符

相似词语短语

comparison───n.比较;对照;比喻;比较关系

operator───n.经营者;操作员;运营商;话务员;行家;接线员

comparison chart───对比图

bellman operator───行李员操作员

radio operator───无线电报务员[话务员];无线电话务员

rower comparison───赛艇比较

keyboard operator───电脑操作员;键盘操作员;n.电脑操作员; [计]键盘操作员

concatenation operator───连锁作用标记(指+号);并置算符;连接算符

comparison between───在两者间比较

双语使用场景

std::pair has a comparison operator that does effectively the same comparisons as your version.───pair有一个比较运算符,跟你刚才写的那个一样。

Comparison operator &1 operands not compatible.───比较操作符&1操作数不兼容。

le operator in the last element below is an example of a value comparison operator.───下面最后一个元素中的le运算符就是值比较运算符的一个例子。

Operator is only the equality comparison operator , not the assignment operator .───运算符只是相等比较运算符,而不是赋值运算符。

A comparison operator in a join condition that determines how the two sides of the condition are evaluated and which rows are returned .───联接条件中的一种比较运算符,它确定如何对条件两侧进行计算以及返回哪些行。

Relation-string The comparison operator used for the comparison, enclosed in single quotes.───relation-string用于比较的比较运算符,用单引号括起来。

The specified comparison operator is not one of the ValidationCompareOperator values.───指定的比较运算符不是ValidationCompareOperator值之一。

In most cases, using Null in conjunction with a comparison operator will result in an error.───大多数情况下,将Null与比较运算符结合使用将导致发生错误。

The le operator in the last element below is an example of a value comparison operator.───下面最后一个元素中的le运算符就是值比较运算符的一个例子。

英语使用场景

However, the Java language, unlike C, has separate int and boolean types. The assignment operator returns an int, whereas the comparison operator returns a boolean.