Sequence StaticRemI32

std/arithmetic/scalar/i32::StaticRemI32


Parameters

↳ var divisor: i32 = 0

Inputs

value: Stream<i32>

Outputs

↦ value: Stream<i32>


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

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