ILNumerics Ultimate VS

CubicInterpolatorComplex Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
CubicInterpolator class provides 1D interpolation using Cubic Interpolation function.

[ILNumerics Interpolation Toolbox]

Inheritance Hierarchy

SystemObject
  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

public class CubicInterpolatorComplex : Result<double, complex>, 
	IDisposable

The CubicInterpolatorComplex type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleCubicInterpolatorComplex
Creates a cubic interpolator object, using specified values in V at positions in X.

[ILNumerics Interpolation Toolbox]

Top
Properties

  NameDescription
Public propertyIsDisposed
Flag to indicate if the result is disposed.

[ILNumerics Core Module]

(Inherited from ResultTin, Tout.)
Top
Methods

  NameDescription
Public methodCode exampleApply
Computes interpolated values using this cubic interpolator for new query points Xn.

[ILNumerics Interpolation Toolbox]

(Overrides ResultTin, ToutApply(InArrayTin, InCell).)
Public methodDispose
Dispose this interpolator object after use.

[ILNumerics Interpolation Toolbox]

(Overrides ResultTin, ToutDispose.)
Top
Remarks

[ILNumerics Interpolation Toolbox]

See Also

Reference