Click or drag to resize

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

Property Value

Type: IList<JulianDate>
See Also