Click or drag to resize

Function2DInterpXyCoordInterpolate 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: SystemDouble
y
Type: SystemDouble

Return Value

Type: XyCoord
See Also