Sequence StaticDiv

std/arithmetic/scalar/u32::StaticDiv


Parameters

↳ var divisor: u32 = 0

Inputs

value: Stream<u32>

Outputs

↦ value: Stream<u32>


Divide a stream of u32 by a static value.

Every number passed through the stream is divided by value.