ILNumerics Ultimate VS

NearestInterpolatorFComplex 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, fcomplex
    ILNumerics.ToolboxesNearestInterpolatorFComplex

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

public class NearestInterpolatorFComplex : Result<float, fcomplex>, 
	IDisposable

The NearestInterpolatorFComplex type exposes the following members.

Constructors

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