Click or drag to resize

Function2DInterp Methods

The Function2DInterp type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Inherited from Function2DInterpBaseT.)
Public methodInterpolate
Interpolate a value at the specified 2D position
(Overrides Function2DInterpBaseTInterpolate(Double, Double).)
Public methodResample
Resample the interpolation grid, basically halfing the dx and dy in the grid by adding mid points between all current points.

If the original grid was a 3x3 grid, the new grid after resampling is 5x5, and then 9x9 and so on.

(Inherited from Function2DInterpBaseT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also