英语人>词典>汉英 : 比较运算符 的英文翻译,例句
比较运算符 的英文翻译、例句

比较运算符

词组短语
comparison operator
更多网络例句与比较运算符相关的网络例句 [注:此内容来源于网络,仅供参考]

However, when we want to evaluate a variable to a value, we must use a comparison operator.

然而,当我们要运算一个变量的值,就必须使用比较运算符

The column name, comparison operator, and value to use in the search.

必要参数。指定列的名称、比较运算符以及用于搜索的值

FD.Delegate will use the equality comparison operator and will return the result of the comparison according to the implementation of the operator.

FD.Delegate将使用比较运算符平等和将返回比较的结果根据经营者的执行情况。

This is also the case if it is forced to use the equality comparison operator when the equality comparison operator is not available or not accessible for the specified function object type.

这也是如果它是被迫使用比较运算符的平等时,平等比较运算符不可用或不指定函数对象类型访问的情况。

However, it can be altered to return the result of the equality comparison operator of the specific function object type, thus possibly true, if a certain condition is met.

然而,经过修改后,返回的具体函数对象类型的平等比较运算符的结果,从而可能属实,如果某些条件得到满足。

The most common string comparison operator is eq, which tests for string equality - that is, whether two strings have the same value.

最常用的字符串比较运算符是eq,它比较两个字符串是否相等,也就是比较两个字符串是否有相同的值。

As mentioned previously, it was possible to compare between two delegates of the same function object type using the equality comparison operator, instead of returning false blindly, if a certain condition is met.

如前所述,有可能比较两个相同的函数对象平等使用比较运算符类型的代表,而不是盲目地返回false,如果某些条件得到满足。

So, FD.Delegate was made to return false by default and it does not use the equality comparison operator when comparing between two delegates of the same type that store a function object as their underlying callable entity.

因此,FD.Delegate回到了默认虚假和不使用比较运算符的平等时,两个相同类型的代表,作为其基本调用的实体店一个函数对象比较。

Ge__. These methods can return any value, but if the comparison operator is used in a Boolean context, the return value should be interpretable as a Boolean value, else a TypeError will be raised.

ge__。这些方法可以返回任何值,但是如果比较运算符用于布尔上下文,返回值应该被解释成布尔值,否则将抛出TypeError异常,通常0表示假, 1用于表示真。

The not operator has the highest precedence and is immediately one level below all the comparison operators.

not 运算符拥有最高优先级,只比所有比较运算符低一级。

更多网络解释与比较运算符相关的网络解释 [注:此内容来源于网络,仅供参考]

comparison operator:比较运算符

comparison expression 比较式 | comparison operator 比较运算符 | comparison operators 比较符

wrapper class:封装类

ü 当用equals()方法进行比较时,对类File、String、Date及封装类(Wrapper Class)来说,是比较类型及内容而不考虑引用的是否是同一个实例;1. "+"运算符两侧的操作数中只要有一个是字符串(String)类型,系统会自动将另一个操作数转换为字符串然后再进行连接