ILNumerics Ultimate VS

PolynomialInterpolatorComplex Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The PolynomialInterpolator[...] classes provide 1D interpolation using polynomial interpolation of varying orders.

[ILNumerics Interpolation Toolbox]

Inheritance Hierarchy

SystemObject
  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

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

The PolynomialInterpolatorComplex type exposes the following members.

Constructors

  NameDescription
Public methodCode examplePolynomialInterpolatorComplex
Creates a polynomial interpolations object of order, using specified points X and V

[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
Method returns interpolated values using polynomial function at specific query points Xn.

[ILNumerics Interpolation Toolbox]

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

[ILNumerics Interpolation Toolbox]

(Overrides ResultTin, ToutDispose.)
Top
Remarks

[ILNumerics Interpolation Toolbox]

See Also

Reference