Sequence StaticRem

std/arithmetic/scalar/i16::StaticRem


Parameters

↳ var divisor: i16 = 0

Inputs

value: Stream<i16>

Outputs

↦ value: Stream<i16>


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

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