Function2DInterpXyCoordInterpolate Method

Interpolate a value at the specified 2D position

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public override XyCoord Interpolate(
	double x,
	double y
)

Parameters

x  Double
 
y  Double
 

Return Value

XyCoord

See Also