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.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax Public Function Resample As Double
public:
double Resample()
member Resample : unit -> float
Return Value
Type:
DoubleAn 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