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.3179.0 (4.8.3179.0)
Syntax
C#
public static NumericalDerivative Points(
	int points,
	int center
)

Parameters

points  Int32

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

center  Int32

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

Return Value

NumericalDerivative

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

See Also