KK - type of the field elementspublic class TimeStampedField<KK extends org.hipparchus.CalculusFieldElement<KK>> extends Object implements FieldTimeStamped<KK>
FieldAbsoluteDate,
CalculusFieldElement| Constructor and Description |
|---|
TimeStampedField(KK value,
AbsoluteDate date)
Constructor with normal date.
|
TimeStampedField(KK value,
FieldAbsoluteDate<KK> date)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FieldAbsoluteDate<KK> |
getDate()
Get the date.
|
KK |
getValue()
Get value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdurationFrompublic TimeStampedField(KK value, AbsoluteDate date)
value - valuedate - date associated to valuepublic TimeStampedField(KK value, FieldAbsoluteDate<KK> date)
value - valuedate - date associated to valuepublic FieldAbsoluteDate<KK> getDate()
getDate in interface FieldTimeStamped<KK extends org.hipparchus.CalculusFieldElement<KK>>public KK getValue()
Copyright © 2002-2023 CS GROUP. All rights reserved.