Sequence MultI16

std/arithmetic/scalar/i16::MultI16


Inputs

a: Stream<i16>
b: Stream<i16>

Outputs

↦ product: Stream<i16>


Multiply values from two streams of i16.

Every a number passed through the stream is multiplied by b.