Click or drag to resize

MathUtil.PrepareIndexesForDerivation Method

Returns the indexes used to make a derivative. As input is used the indexes found in GetIndeces and the total number of entries in the array.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static void PrepareIndexesForDerivation(
	ref int iLow,
	ref int iHigh,
	int TotalNo
)

Parameters

iLow
Type: System.Int32
Low index
iHigh
Type: System.Int32
High index
TotalNo
Type: System.Int32
Number of entries in the vector
See Also