Interface AbstractADI3D.DoubleQuaternaryOperator
- Enclosing class:
AbstractADI3D
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This interface is needed for payoff depending explicitly on the time
dimension
and three state variables.
- Author:
- Alessandro Gnoatto
-
Method Summary
Modifier and TypeMethodDescriptiondoubleapplyAsDouble(double x0, double x1, double x2, double x3) Performs the operation.
-
Method Details
-
applyAsDouble
double applyAsDouble(double x0, double x1, double x2, double x3) Performs the operation.- Parameters:
x0- The value.x1- The value.x2- The value.x3- The value.- Returns:
- The value.
-