Click or drag to resize

AbstractRootFinderBracketingFactor Property

Gets or sets the factor used for outward bracketing when searching for an interval that contains a root.

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double BracketingFactor { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the value is less than or equal to 0.
See Also