public class TimeStampedDouble extends Object implements TimeStamped
AbsoluteDate
Constructor and Description |
---|
TimeStampedDouble(double value, AbsoluteDate date)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
获取日期。
|
double |
getValue()
获取值。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
durationFrom
public TimeStampedDouble(double value, AbsoluteDate date)
value
- 值
date
- 与值关联的日期
public AbsoluteDate getDate()
getDate
在接口 TimeStamped
public double getValue()
Copyright © 2002-2023 CS GROUP. All rights reserved.