DifferentiatePoints Method |
Initialized a NumericalDerivative with the given points and center.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
NumericalDerivativeA numerical derivative configuration.
See Also