KK
- type of the field elements
public class TimeStampedField<KK extends org.hipparchus.CalculusFieldElement<KK>> extends Object implements FieldTimeStamped<KK>
FieldAbsoluteDate
, CalculusFieldElement
Constructor and Description |
---|
TimeStampedField(KK value, AbsoluteDate date)
使用普通日期的构造函数。
|
TimeStampedField(KK value, FieldAbsoluteDate<KK> date)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
FieldAbsoluteDate<KK> |
getDate()
获取日期。
|
KK |
getValue()
获取值。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
durationFrom
public TimeStampedField(KK value, AbsoluteDate date)
value
- 值
date
- 与值关联的日期
public TimeStampedField(KK value, FieldAbsoluteDate<KK> date)
value
- 值
date
- 与值关联的日期
public FieldAbsoluteDate<KK> getDate()
getDate
在接口 FieldTimeStamped<KK 扩展 org.hipparchus.CalculusFieldElement<KK>>
public KK getValue()
Copyright © 2002-2023 CS GROUP. All rights reserved.