Operators
Click to copy
Adds/substracts/multiplies/divides two numbers.
| Block | Result |
| Sum | A + B |
| Substract | A - B |
| Multiply | A * B |
| Divide | A / B |
Flow Connections
- [Input] In - starts the block's execution.
- [Output] Out - activates when the block has finished its execution.
Data Connections
- [Input] A (integer/float/time span) - 1st variable to operate on.
- [Input] B (integer/float/time span) - 2nd variable to operate on.
- [Output] Result (depends on the input data type) - result of the operation.