Method
This node evaluates an expression and outputs its value. The node can have up to four input values.
Available operators
Symbol | Description |
---|---|
+ | Add |
– | Subtract |
* | Multiply |
/ | Divide |
^ | Power |
() | Bracket |
Example expressions
value0 * value1
(value0 + value1) / value2
(value0 / value1) ^ 2
Attributes
Name | Description |
---|---|
Current Value | Shows the resulting value of the expression. Cannot be directly changed. |
Expression | The text expression (see Example expressions above) |
Value0-3 | Values to be used in expression |
Modifier Operation | The operation to be performed on the targeted parameter.
|
Outputs
The output is a numeric value that acts upon a connected parameter input of another node, using the operation method selected.