MathUtilInterpn(Double, Double, Double, ExtrapolationTypes) Method

[Missing <summary> documentation for "M:DHI.Mike1D.Generic.MathUtil.Interpn(System.Double,System.Double[],System.Double[0:,0:],DHI.Mike1D.Generic.ExtrapolationTypes)"]

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 static double[] Interpn(
	double x,
	double[] xTable,
	double[,] yTable,
	ExtrapolationTypes extrapolationType
)

Parameters

x  Double

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

xTable  Double

[Missing <param name="xTable"/> documentation for "M:DHI.Mike1D.Generic.MathUtil.Interpn(System.Double,System.Double[],System.Double[0:,0:],DHI.Mike1D.Generic.ExtrapolationTypes)"]

yTable  Double

[Missing <param name="yTable"/> documentation for "M:DHI.Mike1D.Generic.MathUtil.Interpn(System.Double,System.Double[],System.Double[0:,0:],DHI.Mike1D.Generic.ExtrapolationTypes)"]

extrapolationType  ExtrapolationTypes

[Missing <param name="extrapolationType"/> documentation for "M:DHI.Mike1D.Generic.MathUtil.Interpn(System.Double,System.Double[],System.Double[0:,0:],DHI.Mike1D.Generic.ExtrapolationTypes)"]

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.MathUtil.Interpn(System.Double,System.Double[],System.Double[0:,0:],DHI.Mike1D.Generic.ExtrapolationTypes)"]

See Also