InterpolatingConverterCalculateErrorEstimate Method

Calculate an estimate of the largest error for the provided dx and dy. The error estimate is calculated in the center of the domain, which may not be representative for the entire domain, so the error estimate is usually lower than the actual largest error.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double CalculateErrorEstimate(
	double dx,
	double dy
)

Parameters

dx  Double
Grid spacing of buffer grid in x direction
dy  Double
Grid spacing of buffer grid in y direction

Return Value

Double
Estimate of error

See Also