Amount to increment by. Use negative numbers to start counting down
Lower bound (inclusive)
Upper bound (inclusive, must be greater than start)
Optional
start: numberStarting point within bounds (defaults to lower
)
Optional
rounding: numberRounding is off by default. Use say 1000 if interval is a fractional amount to avoid rounding errors.
Ping-pongs continually back and forth a
lower
andupper
value (both inclusive) by a giveninterval
. UsepingPongPercent
for 0-1 ping-pongingIn a loop:
Manual: