public class TimeStampedDouble extends Object implements TimeStamped
Double
object that as a AbsoluteDate
attached to it.Constructor and Description |
---|
TimeStampedDouble(double[] doublesIn,
AbsoluteDate date)
Constructor.
|
TimeStampedDouble(double doubleIn,
AbsoluteDate date)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
Get the date.
|
double |
getDouble()
Getter for the double attached to the date.
If there is a more than one component array attached, first component is returned. |
double[] |
getDoubles()
Getter for the array of doubles.
|
public TimeStampedDouble(double doubleIn, AbsoluteDate date)
doubleIn
- double to be storeddate
- AbsoluteDate
attached to the valuepublic TimeStampedDouble(double[] doublesIn, AbsoluteDate date)
doublesIn
- array of doubles to be storeddate
- AbsoluteDate
attached to the valuepublic AbsoluteDate getDate()
getDate
in interface TimeStamped
public double[] getDoubles()
public double getDouble()
Copyright © 2023 CNES. All rights reserved.