The initial guess of the minimum point of the input function.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Guess { get; set; }
Public Property Guess As Double
Get
Set
public:
property double Guess {
double get ();
void set (double value);
}
member Guess : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the initial guess of the
minimum point of the input function.
Remarks
By default, an initial guess of 0.0 is used.
See Also