Sequence StaticDivI8

std/arithmetic/scalar/i8::StaticDivI8


Parameters

↳ var divisor: i8 = 0

Inputs

value: Stream<i8>

Outputs

↦ value: Stream<i8>


Divide a stream of i8 by a static value.

Every number passed through the stream is divided by value.