Package org.orekit.time
Class TimeStampedDoubleAndDerivative
java.lang.Object
org.orekit.time.TimeStampedDouble
org.orekit.time.TimeStampedDoubleAndDerivative
- All Implemented Interfaces:
TimeStamped
Class that associates a double, its time derivative with a date.
- Since:
- 12.1
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionTimeStampedDoubleAndDerivative(AbsoluteDate date, double value, double derivative) Constructor. -
Method Summary
Methods inherited from class org.orekit.time.TimeStampedDouble
getDate, getValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
Constructor Details
-
TimeStampedDoubleAndDerivative
Constructor.- Parameters:
date- date associated to valuevalue- valuederivative- time derivative
-
-
Method Details
-
getDerivative
public double getDerivative()Get time derivative.- Returns:
- time derivative
-
toString
- Overrides:
toStringin classTimeStampedDouble
-