NewtonFindRoot.Root 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Root { get; }
Public ReadOnly Property Root As Double
Get
public:
property double Root {
double get ();
}
member Root : float with get
Property Value
Type:
Double
See Also