BoundedLeastSquaresRelativeTolerance Property |
The relative function tolerance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public 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 containing the relative function tolerance.
See Also