Package org.orekit.time
Interface TimeScalarFunction
public interface TimeScalarFunction
This interface represents a scalar function of time.
- Author:
- Luc Maisonobe
-
Method Summary
Modifier and TypeMethodDescriptiondoublevalue(AbsoluteDate date) Compute a function of time.<T extends CalculusFieldElement<T>>
Tvalue(FieldAbsoluteDate<T> date) Compute a function of time.
-
Method Details
-
value
Compute a function of time.- Parameters:
date- date- Returns:
- value of the function
-
value
Compute a function of time.- Type Parameters:
T- type of the filed elements- Parameters:
date- date- Returns:
- value of the function
-