Sequence StaticMult

std/arithmetic/scalar/i32::StaticMult


Parameters

↳ var factor: i32 = 0

Inputs

value: Stream<i32>

Outputs

↦ value: Stream<i32>


Multiply i32 by static value.

Every number passed through the stream is multiplied by value.