Click or drag to resize
MinUnconGuess Property
The initial guess of the minimum point of the input function.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Guess { 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