DifferentiateDerivativeFunc Method |
Creates a function handle for the derivative of a scalar univariate function.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Func<double, double> DerivativeFunc(
Func<double, double> f,
int order
)
Parameters
- f FuncDouble, Double
- Univariate function handle.
- order Int32
- Derivative order.
Return Value
FuncDouble,
DoubleA function that evaluates the derivative.
See Also