Add

library operator
ID: 7b01fa17-7e11-4275-8d1e-fb1ad5b81c3d
Adds two numbers A and B and emits their sum.

Implementation

The implementation of Add makes use of the following 1 operators.

1
Evaluates an expression.

Used in

The Add operator is used by 3 operators.

Calculates and emits moving average for each number of a stream of numbers.
Sum
Emits the sum of a stream of numbers.
Counts number of items in a stream of generic items.