Function2DInterpInterpolate 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 double Interpolate(
double x,
double y
)
Public Overrides Function Interpolate (
x As Double,
y As Double
) As Double
public:
virtual double Interpolate(
double x,
double y
) override
abstract Interpolate :
x : float *
y : float -> float
override Interpolate :
x : float *
y : float -> float
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
Return Value
Type:
DoubleSee Also