The initial guess of the minimum point of the input function.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double Guess { get; set; }
Visual Basic (Declaration)
Public Property Guess As Double
Visual C++
public:
property double Guess {
	double get ();
	void set (double value);
}

Field Value

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