Click or drag to resize

MathUtilPrepareIndexesForDerivation 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: SystemInt32
Low index
iHigh
Type: SystemInt32
High index
TotalNo
Type: SystemInt32
Number of entries in the vector
See Also