Click or drag to resize

ScalarInterpolator Constructor (InterpolationAlgorithm, Int32, DateMotionCollectionDouble, IListJulianDate)

Initializes a new instance of the ScalarInterpolator class from the provided parameters.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarInterpolator(
	InterpolationAlgorithm interpolationAlgorithm,
	int degree,
	DateMotionCollection<double> data,
	IList<JulianDate> segmentBoundaryTimes
)

Parameters

interpolationAlgorithm
Type: AGI.Foundation.NumericalMethods.AdvancedInterpolationAlgorithm
The interpolation algorithm to use to interpolate the scalar.
degree
Type: SystemInt32
The degree of interpolation to perform.
data
Type: AGI.FoundationDateMotionCollectionDouble
The data over which to interpolate.
segmentBoundaryTimes
Type: System.Collections.GenericIListJulianDate
The boundary times between segments that the interpolator should not interpolate over.
See Also