mirror of https://github.com/Icinga/icinga2.git
parent
5ec2349f64
commit
8640e15188
|
@ -157,7 +157,7 @@ Operator | Examples (Result) | Description
|
|||
* | 5m * 10 (3000) | Multiplies two numbers
|
||||
/ | 5m / 5 (60) | Divides two numbers
|
||||
& | 7 & 3 (3) | Binary AND
|
||||
\| | 2 \| 3 (3) | Binary OR
|
||||
| | 2 | 3 (3) | Binary OR
|
||||
< | 3 < 5 (true) | Less than
|
||||
> | 3 > 5 (false) | Greater than
|
||||
<= | 3 <= 3 (true) | Less than or equal
|
||||
|
|
Loading…
Reference in New Issue