@FunctionalInterface public interface IntIntToDoubleFunction
int and int.
This takes two arguments and returns a double result.
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(int intValue1,
int intValue2)
Performs an operation on the values.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.