Click or drag to resize

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.

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double CalculateErrorEstimate(
	double dx,
	double dy
)

Parameters

dx
Type: SystemDouble
Grid spacing of buffer grid in x direction
dy
Type: SystemDouble
Grid spacing of buffer grid in y direction

Return Value

Type: Double
Estimate of error
See Also