The amount by which X may be changed from its initial value, Guess.

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

Syntax

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

Field Value

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