Click or drag to resize

DifferentiateOrder Method

Initialized a NumericalDerivative with the default points and center for the given order.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static NumericalDerivative Order(
	int order
)

Parameters

order  Int32
The derivative order.

Return Value

NumericalDerivative
A numerical derivative configuration.
See Also