ILNumerics Ultimate VS

SplineInterpolatorComplex Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Spline interpolation object

[ILNumerics Interpolation Toolbox]

Inheritance Hierarchy

SystemObject
  ILNumericsResultDouble, complex
    ILNumerics.ToolboxesSplineInterpolatorComplex

Namespace:  ILNumerics.Toolboxes
Assembly:  ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

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

The SplineInterpolatorComplex type exposes the following members.

Constructors

  NameDescription
Public methodSplineInterpolatorComplex
Create cubic spline interpolator object from known values.

[ILNumerics Interpolation Toolbox]

Top
Properties

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

[ILNumerics Core Module]

(Inherited from ResultTin, Tout.)
Public propertyX
Return the original positions vector X used to create this interpolator object;

[ILNumerics Interpolation Toolbox]

Top
Methods

  NameDescription
Public methodCode exampleApply
Interpolate values at new query points, based on the same set of data used for creating this interpolator.

[ILNumerics Interpolation Toolbox]

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

[ILNumerics Interpolation Toolbox]

(Overrides ResultTin, ToutDispose.)
Public methodGetCoefficients
Retrieve the spline coefficients of this interpolator object.

[ILNumerics Interpolation Toolbox]

Top
Remarks

This class creates an interpolation object for efficient cubic spline interpolation of arbitrary 1 dim data.

[ILNumerics Interpolation Toolbox]

See Also

Reference