Sequence StaticMult
std/arithmetic/scalar/f64::StaticMult
Parameters
↳ var factor: f64 = 0
Inputs
⇥ value: Stream<f64>
Outputs
↦ value: Stream<f64>
Multiply f64
by static value.
Every number passed through the stream is multiplied by factor
.