Math
Overview
Performs a mathematical operation between two input values.
Inputs
| Name | Type | Description |
|---|---|---|
| Value 1 | float | First input value. |
| Value 2 | float | Second input value. |
Outputs
| Name | Type | Description |
|---|---|---|
| Output | float | Result of the selected mathematical operation. |
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Operation | MathOperations | MathOperations.Add | Mathematical operation to apply between Value 1 and Value 2. |
Behavior Notes
- If one of the inputs are a list, then the output is also a list.