ScalarInterpolator Constructor (InterpolationAlgorithmType, Int32, DateMotionCollectionDouble) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarInterpolator(
InterpolationAlgorithmType algorithmType,
int degree,
DateMotionCollection<double> data
)
Public Sub New (
algorithmType As InterpolationAlgorithmType,
degree As Integer,
data As DateMotionCollection(Of Double)
)
public:
ScalarInterpolator(
InterpolationAlgorithmType algorithmType,
int degree,
DateMotionCollection<double>^ data
)
new :
algorithmType : InterpolationAlgorithmType *
degree : int *
data : DateMotionCollection<float> -> ScalarInterpolator
Parameters
- algorithmType
- Type: AGI.Foundation.NumericalMethodsInterpolationAlgorithmType
The type of 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.
See Also