NumericalDerivativeBaseStepSize Property |
Sets and gets the base finite difference step size. This assigned value to this parameter is only used if
StepType is set to RelativeX.
However, if the StepType is Relative, it will contain the base step size computed from
Epsilon based on the finite difference order.
Namespace: Altaxo.Calc.DifferentiationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double BaseStepSize { get; set; }
Property Value
DoubleSee Also