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.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic static double[] Derivatives(
double[] xTable,
double[] yTable
)
Parameters
- xTable
- Type: SystemDouble
Monoton and increasing vector - yTable
- Type: SystemDouble
Vector
Return Value
Type:
Double
See Also