V
- the type of the scalar values over which to average.public class IterableAverage<V> extends ScalarSupport<V> implements IterableOperation<V>
Constructor and Description |
---|
IterableAverage(ExtendedField<V> field) |
Modifier and Type | Method and Description |
---|---|
V |
apply(java.lang.Iterable<V> iterable)
Has to implement the conversion logic to convert the given object into an object of type R.
|
absoluteValueOf, calculate, countOf, field, inverseOf, negativeOf, one, squareOf, squareRootOf, testIf, two, zero
public IterableAverage(ExtendedField<V> field)
public V apply(java.lang.Iterable<V> iterable)
Conversion