Sequence StaticRemU16

std/arithmetic/scalar/u16::StaticRemU16


Parameters

↳ var divisor: u16 = 0

Inputs

value: Stream<u16>

Outputs

↦ value: Stream<u16>


Give the remainder of a stream of u16 divided by a static value.

Every number passed through the stream is divided by value and the remainder is outputted.