Sequence StaticMult

std/arithmetic/scalar/i8::StaticMult


Parameters

↳ var factor: i8 = 0

Inputs

value: Stream<i8>

Outputs

↦ value: Stream<i8>


Multiply i8 by static value.

Every number passed through the stream is multiplied by value.