 | FloatSVDecompServerTolerance 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.3
Syntaxpublic float Tolerance { get; set; }
Public Property Tolerance As Single
Get
Set
public:
property float Tolerance {
float get ();
void set (float value);
}
member Tolerance : float32 with get, set
Property Value
Type:
Single
See Also