青年中文青年中文

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.