Class ITER_for

  • All Implemented Interfaces:
    IteratorFunction

    public class ITER_for
    extends IteratorFunctionBase3
    Iterator function iter:for iterates over numeric values that start at the first argument, increment by the second argument (positive or negatice), and stops whenever it goes beyond the third argument.

    See Live example

    • Param 1: (a decimal) the first value;
    • Param 2: (a decimal) the increment (positive or negative);
    • Param 3: (a decimal) the threshold that defines the condition for stopping.
    Author:
    Antoine Zimmermann