|  | DoubleSymSemiPDFactTolerance Property | 
            Gets the value of the tolerance used in the factorization algorithm.
            The algorithm terminates at the (k-1)th step, if the pivot is less than
            or equal to 
.
            
 NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double Tolerance { get; }Public ReadOnly Property Tolerance As Double
	Get
public:
property double Tolerance {
	double get ();
}member Tolerance : float with get
Property Value
Double See Also
See Also