Click or drag to resize

Table2DInterpolate Method

Interpolate in table values

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double Interpolate(
	double x,
	double y
)

Parameters

x
Type: SystemDouble

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

y
Type: SystemDouble

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

Return Value

Type: Double

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

See Also