Sequence StaticRemI64

std/arithmetic/scalar/i64::StaticRemI64


Parameters

↳ var divisor: i64 = 0

Inputs

value: Stream<i64>

Outputs

↦ value: Stream<i64>


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

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