NumericalDerivative(Int32, Int32) Constructor |
Initialized a NumericalDerivative class.
Namespace: Altaxo.Calc.DifferentiationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public NumericalDerivative(
int points,
int center
)
Parameters
- points Int32
- Number of points for finite difference derivatives.
- center Int32
- Location of the center with respect to other points. Value ranges from zero to points-1.
See Also