Interface AbstractADI3D.DoubleTernaryOperator
- 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.
Ternary payoff operator used for terminal conditions depending on three
state variables.
- Author:
- Alessandro Gnoatto
-
Method Summary
Modifier and TypeMethodDescriptiondoubleapplyAsDouble(double x0, double x1, double x2) Performs the operation.
-
Method Details
-
applyAsDouble
double applyAsDouble(double x0, double x1, double x2) Performs the operation.- Parameters:
x0- The value.x1- The value.x2- The value.- Returns:
- The value.
-