ILNumerics Ultimate VS

LinearInterpolatorSingle Class

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

[ILNumerics Interpolation Toolbox]

Inheritance Hierarchy

SystemObject
  ILNumericsResultSingle, Single
    ILNumerics.ToolboxesLinearInterpolatorSingle

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

public class LinearInterpolatorSingle : Result<float, float>, 
	IDisposable

The LinearInterpolatorSingle type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleLinearInterpolatorSingle
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