Package net.mst.utilities.mathematical
Class Average
java.lang.Object
net.mst.utilities.mathematical.Average
Calculates the average of numbers and returns the rounded result as a double
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublefrom(Collection<Number> Numbers) Returns the average of a collection of numbersstatic doublefrom(Collection<Number> Numbers, Integer RoundingDigits) Returns the average of a collection of numbers with