DifferentiateOrder Method |
Initialized a NumericalDerivative with the default points and center for the given order.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static NumericalDerivative Order(
int order
)
Parameters
- order Int32
- The derivative order.
Return Value
NumericalDerivativeA numerical derivative configuration.
See Also