Click or drag to resize

MathUtilGetIndeces Method (Double, MathUtilIDataToInterpolate, Int32, Int32, Boolean)

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static void GetIndeces(
	double arg,
	MathUtilIDataToInterpolate data,
	ref int iLow,
	ref int iHigh,
	bool xIncreasing
)

Parameters

arg
Type: SystemDouble
data
Type: DHI.Mike1D.GenericMathUtilIDataToInterpolate
iLow
Type: SystemInt32
iHigh
Type: SystemInt32
xIncreasing
Type: SystemBoolean
See Also