Sequence StaticMult

std/arithmetic/scalar/i16::StaticMult


Parameters

↳ var factor: i16 = 0

Inputs

value: Stream<i16>

Outputs

↦ value: Stream<i16>


Multiply i16 by static value.

Every number passed through the stream is multiplied by value.