Vorgang

Select what kind of calculation is to be performed, by using [Value 1] and [Value 2] from the drop-down box.

[Wert 1 + Wert 2 ]
Add Value 1 and Value 2.
[Wert 1 - Wert 2 ]
Subtract Value 2 from Value 1.
[Wert 1 * Wert 2 ]
Multiply Value 1 and Value 2.
[Wert 1 / Wert 2 ]
Divide Value 1 by Value 2.
[Wert 1 Mod Wert 2 ]
The operator Mod calculates the residue. Value 1 Mod Value 2 calculates the residue of Value 1 divided by Value 2. The residue can be a decimal fraction. When Value 1 is a negative value, the result of a calculation is also a negative value. The sign of the Value 2 is ignored.