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.3179.0 (4.8.3179.0)
Syntax
C#
public static NumericalDerivative Order(
	int order
)

Parameters

order  Int32

[Missing <param name="order"/> documentation for "M:Altaxo.Calc.Differentiate.Order(System.Int32)"]

Return Value

NumericalDerivative

[Missing <returns> documentation for "M:Altaxo.Calc.Differentiate.Order(System.Int32)"]

See Also