ILNumerics - Technical Application Development 
 SystemObject
ILNumericsResultDouble, Double
ILNumerics.ToolboxesLinearInterpolatorDouble
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
 
 
Top
 
Top
 
Top
 
 
            LinearInterpolator class provides 1D linear interpolation.
            
[ILNumerics Interpolation Toolbox]
Inheritance Hierarchy
ILNumericsResultDouble, Double
ILNumerics.ToolboxesLinearInterpolatorDouble
Namespace: ILNumerics.Toolboxes
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The LinearInterpolatorDouble type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|   | LinearInterpolatorDouble | 
        
             Creates a linear interpolations object, 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 linear interpolated values at specific query points X.
                       (Overrides ResultTin, ToutApply(InArrayTin, InCell).) [ILNumerics Interpolation Toolbox] | 
|  | Dispose | 
            Disposes this interpolator object after use.
            (Overrides ResultTin, ToutDispose.) [ILNumerics Interpolation Toolbox] | 
Remarks
[ILNumerics Interpolation Toolbox]
See Also
