relational operator meaning in English
关系操作符
关系算子
关系运算符
关系运算子
Examples
- Given a scenario , write el code that uses the following operators : aritmetic operators , relational operators , and logical operators
给出一种假定,写出el代码要求使用如下的操作符:算术运算符、关系运算符和逻辑运算符。 - Blanks can be used on either side of a relational operator , but blanks cannot be used to separate a two - character operator , such as
原译法:空格可以用在一个关系运算符的两边,但不能用于分隔一个双字符的运算符如。 - Blanks can be used on either side of a relational operator , but blanks cannot be used to separate a two - character operator , such as
原译法:空格可以用在一个关系运算符的两边,但不能用于分隔一个双字符的运算符如。 - Although join conditions usually have equality comparisons , other comparison or relational operators can be specified , as can other predicates
虽然联接条件通常使用相等比较( = ) ,但也可以像指定其他谓词一样指定其他比较运算符或关系运算符。 - Since the logical and bitwise operators have a lower precedence than other arithmetic and relational operators , any bitwise operations should be enclosed in parentheses to ensure accurate execution
因为逻辑和按位运算符的优先级低于其他算术和关系运算符,所以应将所有按位运算括在括号中以确保准确的执行。