www.kxcad.net Home > CAM Index > EdgeCAM Index >
When working with expressions, you can use these operators:
Arithmetic
|
Operator |
Explanation |
|
+ |
Plus |
|
- |
Minus |
|
* |
Multiply |
|
/ |
Divide |
Comparison
|
Operator |
Alternatives |
Explanation |
|
= |
|
Equals |
|
<> |
|
Does not equal |
|
< |
|
Less than (true if left side less than right side) |
|
> |
|
Greater than (true if left side greater than right side) |
|
=> |
>= |
Greater than or equals (true if left side greater than or equal to right side) |
|
<= |
=< |
Less than or equals (true if left side less than or equal to right side) |