BrentFindRootBracketToward 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: 24.2.419.0 (24.2.419.0)
Syntax public BracketToward BracketToward { get; }
Public ReadOnly Property BracketToward As BracketToward
Get
public:
property BracketToward BracketToward {
BracketToward get ();
}
member BracketToward : BracketToward with get
Property Value
Type:
BracketTowardSee Also