Package org.orekit.utils
Interface ParameterFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface representing a scalar function depending on a
ParameterDriver.- Since:
- 8.0
- Author:
- Luc Maisonobe
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondoublevalue(ParameterDriver parameterDriver, AbsoluteDate date) Evaluate the function.
-
Method Details
-
value
Evaluate the function.- Parameters:
parameterDriver- driver for the parameter.date- date at which the function wants to be known- Returns:
- scalar value of the function
-