Sequence StaticDiv

std/arithmetic/scalar/f32::StaticDiv


Parameters

↳ var divisor: f32 = 0

Inputs

value: Stream<f32>

Outputs

↦ value: Stream<f32>


Divide a stream of f32 by a static value.

Every number passed through the stream is divided by value.