Sequence StaticMult

std/arithmetic/scalar/i64::StaticMult


Parameters

↳ var factor: i64 = 0

Inputs

value: Stream<i64>

Outputs

↦ value: Stream<i64>


Multiply i64 by static value.

Every number passed through the stream is multiplied by value.