NewtonFindRootRoot Property |
Gets the value of the root. Consult the
ResultType property
for whether the calculated root is the result of a finished calculation, or some other failure condition
such as the failure to converge in the allotted number of maximum iterations.
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 Root { get; }
Public ReadOnly Property Root As Double
Get
public:
property double Root {
double get ();
}
member Root : float with get
Property Value
Type:
DoubleSee Also