ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Interpolated values for each point (column) provided in X.
Apply new data points to the interpolator in order to estimate new values for them.
[ILNumerics Interpolation Toolbox]
Namespace: ILNumerics.Toolboxes
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- X
- Type: ILNumericsInArraySingle
Data points in columns. X.S[0] must equal Dim. - arguments (Optional)
- Type: ILNumericsInCell
(ignored)
Return Value
Type: RetArraySingleInterpolated values for each point (column) provided in X.
Remarks
If Dim equals 1 then X is allowed to be a column vector also.
The additional input argument arguments is currently ignored.
[ILNumerics Interpolation Toolbox]
See Also