Covariance3By3SizeAndOrientationInterpolatorSegmentBoundaryTimes Property |
Gets or sets the boundary times between segments that the interpolator should not interpolate over.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<JulianDate> SegmentBoundaryTimes { get; set; }
Public Property SegmentBoundaryTimes As IList(Of JulianDate)
Get
Set
public:
property IList<JulianDate>^ SegmentBoundaryTimes {
IList<JulianDate>^ get ();
void set (IList<JulianDate>^ value);
}
member SegmentBoundaryTimes : IList<JulianDate> with get, set
Property Value
Type:
IListJulianDateRemarks In case of data sharing the same
JulianDate at a segment boundary note the following behavior:
When interpolating to a segment boundary the first datum encountered in the collection is used if there are duplicate data at the segment boundary. When interpolating from a
segment boundary, or requesting data at the segment boundary, the last node encountered in the collection is used.
See Also