Click or drag to resize
MinUnconBound Property
The amount by which X may be changed from its initial value, Guess.

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