Integer list

Creates a list of integer values.


Inputs

  • list

    • The integer list to output.
  • size

    • The size (length) of the list to output when the initialize input is set to true.
  • iterator

    • Sets the list input to an iterative (sequential) list of integer values (i.e. 0, 1, 2, …, n) when the initialize input is set to true.
  • default

    • The default value to output when the initialize input is set to true.
  • initialize

    • Sets the list input values as per the values of the size, iterator, and default inputs.

Outputs

  • list

    • The integer list as defined by the list input.

Notes

  • A custom list can be made by clicking on the <integer list> space of the _list _input via the “Add Item” button.

  • When the initialize input is true, manually inputted values will be overridden by the default input value.

  • When both the initialize and iterator inputs are true, the iterative values override the default input value.

  • Other names for this node include: IntegerList, Number list.

Examples