Performs a math operation on two doubles.
0 |
Double |
First Value |
The first value. |
1 |
Math Operator |
Operation |
The math operation to perform. Choose from addition(+), subtraction(-), multiplication(*), divi- sion(/), and modulo(%). |
2 |
Double |
Second Value |
The second value. |
3 |
Double |
Resultant Value |
The result of the math operation. |
SUCCESS |
This command always succeeds. |
Be careful not to perform an invalid math operation, such as dividing by zero. Doing so will cause termination of the application.