Function2DInterpXyCoordInterpolate Method |
Interpolate a value at the specified 2D position
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public override XyCoord Interpolate(
double x,
double y
)
Public Overrides Function Interpolate (
x As Double,
y As Double
) As XyCoord
public:
virtual XyCoord Interpolate(
double x,
double y
) override
abstract Interpolate :
x : float *
y : float -> XyCoord
override Interpolate :
x : float *
y : float -> XyCoord
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
Return Value
Type:
XyCoordSee Also