The error tolerance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Tolerance { get; set; }
Public Overridable Property Tolerance As Double
Get
Set
public:
virtual property double Tolerance {
double get ();
void set (double value);
}
abstract Tolerance : float with get, set
override Tolerance : float with get, set
Property Value
Type:
Double
A
double specifying the error tolerance.
Default: Tolerance = 1.0e-6.
Remarks Tolerance must be greater than zero.
See Also