Click or drag to resize

Function2DInterpBaseTResample Method

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.

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double Resample()

Return Value

Type: Double
An estimate of the error of the interpolation on the new grid.

For all new grid points in the resample process, the difference between the exact value at the grid point and an interpolation value from the "old" grid is calculated, and the largest difference is returned.

See Also