static final class CommonOps.NaturalDoubleMaxReducer extends java.lang.Object implements Ops.DoubleReducer
Modifier and Type | Field and Description |
---|---|
static CommonOps.NaturalDoubleMaxReducer |
max |
Constructor and Description |
---|
CommonOps.NaturalDoubleMaxReducer() |
Modifier and Type | Method and Description |
---|---|
double |
op(double a,
double b) |
public static final CommonOps.NaturalDoubleMaxReducer max
public double op(double a, double b)
op
in interface Ops.BinaryDoubleOp