Sequence StaticMultU64

std/arithmetic/scalar/u64::StaticMultU64


Parameters

↳ var factor: u64 = 0

Inputs

value: Stream<u64>

Outputs

↦ value: Stream<u64>


Multiply u64 by static value.

Every number passed through the stream is multiplied by value.