ILNumerics Ultimate VS

NearestInterpolatorSingle Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
NearestInterpolator class provides 1D interpolation using Nearest Neighbor Interpolation function.

[ILNumerics Interpolation Toolbox]

Inheritance Hierarchy

SystemObject
  ILNumericsResultSingle, Single
    ILNumerics.ToolboxesNearestInterpolatorSingle

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

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

The NearestInterpolatorSingle type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleNearestInterpolatorSingle
Creates a Nearest Neighbor interpolation object, using specified points X, V and method(nearest, next or previous)

[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 off this interpolator after use.

[ILNumerics Interpolation Toolbox]

(Overrides ResultTin, ToutDispose.)
Top
Remarks

[ILNumerics Interpolation Toolbox]

See Also

Reference