NewtonFindRootSetInitialGuessOfRootLocation Method |
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 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