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.3261.0 (4.8.3261.0)
Syntaxpublic double Epsilon { get; set; }
Property Value
Double
See Also