multiply

Description

Multiplies two numbers and outputs the result using a simple A * B math operation.

Inputs, output and other parts

A (stream input) The first value, multiplied with B.

B (stream input) The second value, multiplied with A.

See also:

divide, add, subtract, multiply_jolt