Click or drag to resize

DifferentiateDerivativeFunc Method

Creates a function handle for the derivative of a scalar univariate function.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public 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, Double

[Missing <returns> documentation for "M:Altaxo.Calc.Differentiate.DerivativeFunc(System.Func{System.Double,System.Double},System.Int32)"]

See Also