Arithmetic operators
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2018
- PI Server
Performance Equation operators include the following simple arithmetic operators:
|
Operator |
Meaning |
|---|---|
|
+ |
Add |
|
- |
Subtract |
|
* |
Multiply |
|
/ |
Divide |
|
^ |
Raise to a power |
|
mod |
Find the modulus Note: The mod operator returns the remainder after its left operand is divided by its right operand. For example, returns 2. |