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.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public double CalculateErrorEstimate(
double dx,
double dy
)
member CalculateErrorEstimate :
dx : float *
dy : float -> float
- dx Double
- Grid spacing of buffer grid in x direction
- dy Double
- Grid spacing of buffer grid in y direction
DoubleEstimate of error