Click or drag to resize

Function2DInterpInterpolate 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 double Interpolate(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble

Return Value

Type: Double
See Also