All Operators
Operator |
Description |
Returns the logical AND of one or more expressions. |
|
Divides the value of one numeric expression by another. |
|
Returns true if two expressions are equal. |
|
Returns true if the first expression is greater than the second expression. |
|
Returns true if the first expression is greater than or equal to the second expression. |
|
Returns true if the first expression is less than the second expression. |
|
Returns true if the first expression is less than or equal to the second expression. |
|
Subtracts the value of one numeric expression from another. |
|
Multiplies the value of one numeric expression by another. |
|
Return true if two expressions are not equal. |
|
Returns the logical OR of one or more expressions. |
|
Adds the value of one numeric expression to another. |
|
Takes the value of one numeric expression to the power of the exponent value. |
|
The Xor function returns the logical exclusive OR of one or more expressions. The Xor operator requires two expressions. |
Comments
0 comments
Please sign in to leave a comment.