Package org.orekit.time
Class TimeStampedDoubleAndDerivative
- java.lang.Object
-
- org.orekit.time.TimeStampedDouble
-
- org.orekit.time.TimeStampedDoubleAndDerivative
-
- All Implemented Interfaces:
TimeStamped
public class TimeStampedDoubleAndDerivative extends TimeStampedDouble
Class that associates a double, its time derivative with a date.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description TimeStampedDoubleAndDerivative(double value, double derivative, AbsoluteDate date)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDerivative()
Get time derivative.-
Methods inherited from class org.orekit.time.TimeStampedDouble
getDate, getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
-
-
-
Constructor Detail
-
TimeStampedDoubleAndDerivative
public TimeStampedDoubleAndDerivative(double value, double derivative, AbsoluteDate date)
Constructor.- Parameters:
value
- valuederivative
- time derivativedate
- date associated to value
-
-