 | 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.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
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
Type:
Double
See Also