Click or drag to resize

Function2DInterpBaseTInterpolate 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 abstract T Interpolate(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble

Return Value

Type: T
See Also