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.

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 void PrepareIndexesForDerivation(
	ref int iLow,
	ref int iHigh,
	int TotalNo
)

Parameters

iLow  Int32
Low index
iHigh  Int32
High index
TotalNo  Int32
Number of entries in the vector

See Also