Operators

Click to copy

Adds/substracts/multiplies/divides two numbers.


BlockResult
SumA + B
SubstractA - B
MultiplyA * B
DivideA / 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.