Sequence StaticRemU32

std/arithmetic/scalar/u32::StaticRemU32


Parameters

↳ var divisor: u32 = 0

Inputs

value: Stream<u32>

Outputs

↦ value: Stream<u32>


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

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