IterableNumPureExtensions<T extends num> extension

on

Properties

divide double
Calculate the division of all numbers in the collection
no setter
multiply → T
Calculate the multiplication of all numbers in the collection
no setter
subtract → T
Calculate the subtraction of all numbers in the collection
no setter

Methods

divideAllBy(T number) Iterable<double>
Divide number to all items in the collection
multiplyAllBy(T number) Iterable<T>
Multiply number to all items in the collection
subtractAllBy(T number) Iterable<T>
Subtract number to all items in the collection
sumAllBy(T number) Iterable<T>
Sum number to all items in the collection