The amount by which X may be changed from its initial value,
Guess.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Bound { get; set; }
Public Property Bound As Double
Get
Set
public:
property double Bound {
double get ();
void set (double value);
}
member Bound : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the amount by which X may be
changed from its initial value. In other words, X is restricted to
the interval [
Guess-Bound,
Guess+Bound].
Remarks
By default, Bound is set to 100.
See Also