NewtonFindRootUpperBound Property |
Gets or sets the upper 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 UpperBound { get; set; }
Public Property UpperBound As Double
Get
Set
public:
property double UpperBound {
double get ();
void set (double value);
}
member UpperBound : float with get, set
Property Value
Type:
DoubleSee Also