ARITHMATIC Operators:
Operation | Operator |
Addition | + |
Subtraction | - |
Multiplication | * |
Floating-point Division | / |
Exponentiation | ^ |
Negation | - |
Integer Division | \ |
Remainder Division | MOD |
COMPARISON Operators:
Operator | Description |
= | equal to |
<> | not equal to |
> | greater than |
< | less than |
>= | greater than or equal to |
<= | less than or equal to |
LOGICAL Operators:
Description | Symbol |
Logical negation | NOT |
Logical conjunction | AND |
Logical disjunction | OR |
Logical exclusion | Xor |
Logical equivalence | Eqv |
Logical implication | Imp |
Integer Division | \ |
Remainder Division | MOD |
Want to know how to use the operators in codes? check it out in the VBScript section.
No comments:
Post a Comment
Please leave your comment here...