DifferentiateDerivative Method |
Evaluates the derivative of a scalar univariate function.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Derivative(
Func<double, double> f,
double x,
int order
)
Parameters
- f FuncDouble, Double
- Univariate function handle.
- x Double
- Point at which to evaluate the derivative.
- order Int32
- Derivative order.
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Differentiate.Derivative(System.Func{System.Double,System.Double},System.Double,System.Int32)"]
See Also