|  | DoubleComplexSVDecompServerTolerance Property | 
            Gets and sets the tolerance for truncating all singular values. Values less than
            than the tolerance are set to zero.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double Tolerance { get; set; }Public Property Tolerance As Double
	Get
	Set
public:
property double Tolerance {
	double get ();
	void set (double value);
}member Tolerance : float with get, set
Property Value
Double See Also
See Also