UFNumberList defines a list of numbers.
Creates an instance of UFNumberList
Rest
True is the list is empty.
The current size of the list.
Adds one or more numbers to the end of the list.
One or more numbers to add
Adds a list of numbers to the end of the list.
Numbers to add (either an array or an instance of UFNumberList)
Calculates the average.
average value or 0 if the list is empty.
Clears the list.
Gets a number at a certain index.
Index of number
an error if index is invalid
Gets the maximum number.
maximum number
Gets the minimum number.
minimum number
Gets all numbers added together.
sum of all numbers
UFNumberList defines a list of numbers.