ILNumerics - Technical Application Development 
 SystemObject
ILNumericsResultDouble, complex
ILNumerics.ToolboxesPolynomialInterpolatorComplex
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
 
 
Top
 
Top
 
Top
 
 
            The PolynomialInterpolator[...] classes provide 1D interpolation using polynomial interpolation of varying orders.
            
[ILNumerics Interpolation Toolbox]
Inheritance Hierarchy
ILNumericsResultDouble, complex
ILNumerics.ToolboxesPolynomialInterpolatorComplex
Namespace: ILNumerics.Toolboxes
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The PolynomialInterpolatorComplex type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|   | PolynomialInterpolatorComplex | 
             Creates a polynomial interpolations object of order, using specified points X and V [ILNumerics Interpolation Toolbox] | 
Properties
| Name | Description | |
|---|---|---|
|  | IsDisposed | 
            Flag to indicate if the result is disposed.
            (Inherited from ResultTin, Tout.) [ILNumerics Core Module] | 
Methods
| Name | Description | |
|---|---|---|
|   | Apply | 
        
             Method returns interpolated values using polynomial function at specific query points Xn.
                       (Overrides ResultTin, ToutApply(InArrayTin, InCell).) [ILNumerics Interpolation Toolbox] | 
|  | Dispose | 
            Disposes off this interpolator object after use.
            (Overrides ResultTin, ToutDispose.) [ILNumerics Interpolation Toolbox] | 
Remarks
[ILNumerics Interpolation Toolbox]
See Also
