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: 16.0.0.0 (11.1.1.1111)
Syntax public double CalculateErrorEstimate(
double dx,
double dy
)
Public Function CalculateErrorEstimate (
dx As Double,
dy As Double
) As Double
public:
double CalculateErrorEstimate(
double dx,
double dy
)
member CalculateErrorEstimate :
dx : float *
dy : float -> float
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:
DoubleEstimate of error
See Also