F
- first time stamped value
S
- second time stamped value
KK
- type of the field element
public class FieldTimeStampedPair<F extends FieldTimeStamped<KK>,S extends FieldTimeStamped<KK>,KK extends org.hipparchus.CalculusFieldElement<KK>> extends Object implements FieldTimeStamped<KK>
FieldTimeStamped
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_DATE_EQUALITY_THRESHOLD
默认日期相等阈值为1纳秒。
|
Constructor and Description |
---|
FieldTimeStampedPair(F first, S second)
构造函数。
|
FieldTimeStampedPair(F first, S second, double dateEqualityThreshold)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
FieldAbsoluteDate<KK> |
getDate()
获取日期。
|
F |
getFirst()
获取第一个时间戳值。
|
S |
getSecond()
获取第二个时间戳值。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
durationFrom
public static final double DEFAULT_DATE_EQUALITY_THRESHOLD
public FieldTimeStampedPair(F first, S second)
第一个和第二个值必须具有相同的日期。
first
- 第一个时间戳值
second
- 第二个时间戳值
public FieldAbsoluteDate<KK> getDate()
getDate
在接口 FieldTimeStamped<KK extends org.hipparchus.CalculusFieldElement<KK>>
public F getFirst()
public S getSecond()
Copyright © 2002-2023 CS GROUP. All rights reserved.