Click or drag to resize

Function2DInterpXyCoord.Interpolate Method

Interpolate a value at the specified 2D position

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

Parameters

x
Type: System.Double
y
Type: System.Double

Return Value

Type: XyCoord
See Also