ILNumerics Ultimate VS

LinearInterpolatorDouble Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
LinearInterpolator class provides 1D linear interpolation.

[ILNumerics Interpolation Toolbox]

Inheritance Hierarchy

SystemObject
  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

public class LinearInterpolatorDouble : Result<double, double>, 
	IDisposable

The LinearInterpolatorDouble type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleLinearInterpolatorDouble
Creates a linear interpolations object, 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 linear interpolated values at specific query points X.

[ILNumerics Interpolation Toolbox]

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

[ILNumerics Interpolation Toolbox]

(Overrides ResultTin, ToutDispose.)
Top
Remarks

[ILNumerics Interpolation Toolbox]

See Also

Reference