Sequence StaticSub
std/arithmetic/scalar/f64::StaticSub
Parameters
↳ var sub: f64 = 0
Inputs
⇥ value: Stream<f64>
Outputs
↦ value: Stream<f64>
Substract a static value to f64
.
Every number passed through the stream get sub
substracted.
std/arithmetic/scalar/f64::StaticSub
↳ var sub: f64 = 0
⇥ value: Stream<f64>
↦ value: Stream<f64>
Substract a static value to f64
.
Every number passed through the stream get sub
substracted.