Table2DInterpolate Method

Interpolate in table values

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double Interpolate(
	double x,
	double y
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:DHI.Mike1D.Generic.Table2D.Interpolate(System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:DHI.Mike1D.Generic.Table2D.Interpolate(System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Table2D.Interpolate(System.Double,System.Double)"]

See Also