NumericalDerivativeEpsilon Property |
Sets and gets the base finite difference step size. This parameter is only used if
StepType is set to Relative.
By default this is set to machine epsilon, from which
BaseStepSize is computed.
Namespace: Altaxo.Calc.DifferentiationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double Epsilon { get; set; }
Property Value
DoubleSee Also