Sequence StaticDiv

std/arithmetic/scalar/u8::StaticDiv


Parameters

↳ var divisor: u8 = 0

Inputs

value: Stream<u8>

Outputs

↦ value: Stream<u8>


Divide a stream of u8 by a static value.

Every number passed through the stream is divided by value.