Sequence MultI64

std/arithmetic/scalar/i64::MultI64


Inputs

a: Stream<i64>
b: Stream<i64>

Outputs

↦ product: Stream<i64>


Multiply values from two streams of i64.

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