public interface Mean<T>
MeanAlterer.MeanAlterer| Modifier and Type | Method and Description |
|---|---|
T |
mean(T that)
Return the (usually arithmetic) mean value of
this and
that. |
T mean(T that)
this and
that. For NumericGenes the mean is the
arithmetic mean.that - the second value for calculating the mean.this and that.NullPointerException - if the argument is null.© 2007-2017 Franz Wilhelmstötter (2017-04-28 16:50)