Uses of Class
org.apache.commons.statistics.descriptive.LongMin
-
-
Uses of LongMin in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return LongMin Modifier and Type Method Description LongMin
LongMin. combine(LongMin other)
static LongMin
LongMin. create()
Creates an instance.static LongMin
LongMin. of(long... values)
Returns an instance populated using the inputvalues
.static LongMin
LongMin. ofRange(long[] values, int from, int to)
Returns an instance populated using the specified range ofvalues
.Methods in org.apache.commons.statistics.descriptive with parameters of type LongMin Modifier and Type Method Description LongMin
LongMin. combine(LongMin other)
-