Sequence StaticDiv

std/arithmetic/scalar/i16::StaticDiv


Parameters

↳ var divisor: i16 = 0

Inputs

value: Stream<i16>

Outputs

↦ value: Stream<i16>


Divide a stream of i16 by a static value.

Every number passed through the stream is divided by value.