Sequence StaticDivU16

std/arithmetic/scalar/u16::StaticDivU16


Parameters

↳ var divisor: u16 = 0

Inputs

value: Stream<u16>

Outputs

↦ value: Stream<u16>


Divide a stream of u16 by a static value.

Every number passed through the stream is divided by value.