MathUtilDerivatives Method

This procedure calculates the derivative of vector yTable with respect to the monoton and increasing vector xTable. The lengt of the yTable and xTable vectors must be equal and at least equal to 2.

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[] Derivatives(
	double[] xTable,
	double[] yTable
)

Parameters

xTable  Double
Monoton and increasing vector
yTable  Double
Vector

Return Value

Double

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

See Also