NewtonFindRootLowerBound Property |
Gets or sets the lower bound of the range of independent variables to search for the root within.
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 double LowerBound { get; set; }
Public Property LowerBound As Double
Get
Set
public:
property double LowerBound {
double get ();
void set (double value);
}
member LowerBound : float with get, set
Property Value
Type:
DoubleSee Also