Function2DInterpBaseTInterpolate 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 abstract T Interpolate(
double x,
double y
)
Public MustOverride Function Interpolate (
x As Double,
y As Double
) As T
public:
virtual T Interpolate(
double x,
double y
) abstract
abstract Interpolate :
x : float *
y : float -> 'T
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
Return Value
Type:
TSee Also