top of page

i++

SeqUwUence

by XR_XharpRazor

generate a sequence of numbers, linear for now

<>

Common Settings

how should the string be generated ?

Start, StepSize, End

start at a number, step through each iteration, stop when reached endding number

For Loop i++ iteration

the classical for loop where

for(i = 0 ; i < TermQuantity ; i++){return i * Scale + Shift} 

© Memo2007Ultra
bottom of page