Calculates a mathematical expression. You can use any GDL operators or functions in the expression. You have to reference the parameters with a $ sign prefix.
Inputs
Name |
Type |
Description |
A |
Number |
Refer to it in expression with $a. |
B |
Number |
Refer to it in expression with $b. |
C |
Number |
Refer to it in expression with $c. |
D |
Number |
Refer to it in expression with $d. |
Outputs
Name |
Type |
Description |
Variable |
Number |
The resulting variable. |