@FunctionalInterface public interface IntIntDoubleToDoubleFunction
int, int and double.
This takes three arguments and returns a double result.
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(int intValue1,
int intValue2,
double doubleValue)
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.