Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public IList<JulianDate> SegmentBoundaryTimes { get; set; }

Property Value

Type: IListJulianDate
Remarks
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