Sequence StaticDiv

std/arithmetic/scalar/i32::StaticDiv


Parameters

↳ var divisor: i32 = 0

Inputs

value: Stream<i32>

Outputs

↦ value: Stream<i32>


Divide a stream of i32 by a static value.

Every number passed through the stream is divided by value.