BrentFindRoot.BracketToward Property |
Gets the behavior of the root finder when a sampled
function value exactly equals zero and
ConvergenceCriteria
requires convergence on the independent variable.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic BracketToward BracketToward { get; }
Public ReadOnly Property BracketToward As BracketToward
Get
public:
property BracketToward BracketToward {
BracketToward get ();
}
member BracketToward : BracketToward with get
Property Value
Type:
BracketToward
See Also