| NonlinLeastSquaresRelativeTolerance Property |
The relative function tolerance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double RelativeTolerance { get; set; }Public Property RelativeTolerance As Double
Get
Set
public:
property double RelativeTolerance {
double get ();
void set (double value);
}member RelativeTolerance : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the relative function
tolerance.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
is thrown if RelativeTolerance is less than or equal to 0
|
Remarks
By default, RelativeTolerance = 1.0e-20.
See Also