Function2DInterpBaseTInterpolate Method
Interpolate a value at the specified 2D position
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public abstract T Interpolate(
double x,
double y
)
abstract Interpolate :
x : float *
y : float -> 'T
- x Double
-
- y Double
-
T