Number list
Creates a list of number (floating point) values.
Inputs
-
list
- The number list to output.
-
size
- The size (length) of the list to output when the initialize input is set to
true
.
- The size (length) of the list to output when the initialize input is set to
-
default
- The default value of the list to output when the initialize input is set to
true
.
- The default value of the list to output when the initialize input is set to
-
initialize
- Sets the list input values as per the values of the size and default inputs.
Outputs
-
list
- The number list as defined by the list input.
Notes
-
A custom list can be made by clicking on the
<number 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. -
Other names for this node include: FloatList, Float list and Decimal list.