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 value substracted.