Gets or sets the initial value for the Newton-Raphson
iteration.
Namespace:
Extreme.Mathematics.EquationSolvers
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double InitialGuess { get; set; }
Public Property InitialGuess As Double
Get
Set
public:
property double InitialGuess {
double get ();
void set (double value);
}
member InitialGuess : float with get, set
Property Value
Type:
Double
Reference