StkEphemerisFileConfigureInterpolation Method |
Configures the
Interpolator to use the specified interpolation algorithm
and polynomial degree. The
Data property must be set before calling this method.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void ConfigureInterpolation(
InterpolationAlgorithm interpolationAlgorithm,
int interpolationDegree
)
Public Sub ConfigureInterpolation (
interpolationAlgorithm As InterpolationAlgorithm,
interpolationDegree As Integer
)
public:
void ConfigureInterpolation(
InterpolationAlgorithm^ interpolationAlgorithm,
int interpolationDegree
)
member ConfigureInterpolation :
interpolationAlgorithm : InterpolationAlgorithm *
interpolationDegree : int -> unit
Parameters
- interpolationAlgorithm
- Type: AGI.Foundation.NumericalMethods.AdvancedInterpolationAlgorithm
The interpolation algorithm to use. - interpolationDegree
- Type: SystemInt32
The degree of the polynomial to use for interpolation.
Exceptions See Also