Sequence StaticDivU64

std/arithmetic/scalar/u64::StaticDivU64


Parameters

↳ var divisor: u64 = 0

Inputs

value: Stream<u64>

Outputs

↦ value: Stream<u64>


Divide a stream of u64 by a static value.

Every number passed through the stream is divided by value.