BoundedLeastSquaresAbsoluteTolerance Property |
The absolute function tolerance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double AbsoluteTolerance { get; set; }
Public Property AbsoluteTolerance As Double
Get
Set
public:
property double AbsoluteTolerance {
double get ();
void set (double value);
}
member AbsoluteTolerance : float with get, set
Property Value
Type:
Double
A
double scalar containing the absolute function tolerance.
See Also