Integer List and Float List
Use the toIntegerList
or toFloatList
methods to return
an integer or float value from each node in a node list.
You can add the following methods to an Integer or Float list:
Average
: Calculates an average from each numeric value in an Integer or Float listSum
: Sums a numerical value from each numeric value in an Integer or Float list.Size
: Number of float values in an Integer or Float list