GenMinResRelativeError Property |
The stopping tolerance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double RelativeError { get; set; }
Public Property RelativeError As Double
Get
Set
public:
property double RelativeError {
double get ();
void set (double value);
}
member RelativeError : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the stopping tolerance.
Exceptions Exception | Condition |
---|
ArgumentException | is thrown if
RelativeError is less than or equal to 0.0.
|
Remarks The algorithm attempts to generate
x such that
,
where
t =
RelativeError. By default,
RelativeError is set to 1.4901161193847656e-08.
See Also