public interface Mean<T>
MeanAlterer
.MeanAlterer
T mean(T that)
this
and
that
. For NumberGene
s the mean is the
arithmetic mean.that
- the second value for calculating the mean.this
and that
.NullPointerException
- if the argument is null
.© 2007-2014 Franz Wilhelmstötter (2014-03-07 19:35)