Click or drag to resize

DifferentiatePoints Method

Initialized a NumericalDerivative with the given points and center.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static NumericalDerivative Points(
	int points,
	int center
)

Parameters

points  Int32
The number of points used for differentiation.
center  Int32
The center point index.

Return Value

NumericalDerivative
A numerical derivative configuration.
See Also