public interface Mean<T>
MeanAlterer.MeanAlterer| Modifier and Type | Method and Description | 
|---|---|
| T | mean(T that)Return the (usually arithmetic) mean value of  thisandthat. | 
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-2014 Franz Wilhelmstötter (2014-12-28 10:45)