ILNumerics - Technical Application Development 
 SystemObject
ILNumericsResultDouble, complex
ILNumerics.ToolboxesCubicInterpolatorComplex
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
 
 
Top
 
Top
 
Top
 
 
            CubicInterpolator class provides 1D interpolation using Cubic Interpolation function.
            
[ILNumerics Interpolation Toolbox]
Inheritance Hierarchy
ILNumericsResultDouble, complex
ILNumerics.ToolboxesCubicInterpolatorComplex
Namespace: ILNumerics.Toolboxes
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The CubicInterpolatorComplex type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|   | CubicInterpolatorComplex | 
             Creates a cubic interpolator object, using specified values in V at positions in X.
              [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 | 
        
             Computes interpolated values using this cubic interpolator for new query points Xn.
                       (Overrides ResultTin, ToutApply(InArrayTin, InCell).) [ILNumerics Interpolation Toolbox] | 
|  | Dispose | 
            Dispose this interpolator object after use.
            (Overrides ResultTin, ToutDispose.) [ILNumerics Interpolation Toolbox] | 
Remarks
[ILNumerics Interpolation Toolbox]
See Also
