Sequence StaticAdd
std/arithmetic/scalar/u64::StaticAdd
Parameters
↳ var add: u64 = 0
Inputs
⇥ value: Stream<u64>
Outputs
↦ value: Stream<u64>
Add a static value to u64
.
Every number passed through the stream get add
added.
std/arithmetic/scalar/u64::StaticAdd
↳ var add: u64 = 0
⇥ value: Stream<u64>
↦ value: Stream<u64>
Add a static value to u64
.
Every number passed through the stream get add
added.