NewtonFindRootSetInitialGuessOfRootLocation Method  | 
  
    Namespace: 
   AGI.Foundation.NumericalMethods.Advanced
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void SetInitialGuessOfRootLocation(
	double guess
)
Public Sub SetInitialGuessOfRootLocation ( 
	guess As Double
)
public:
void SetInitialGuessOfRootLocation(
	double guess
)
member SetInitialGuessOfRootLocation : 
        guess : float -> unit 
Parameters
- guess
 - Type: SystemDouble
The guess of the roots location. 
See Also