Gets and sets the tolerance for truncating all singular values. Values less than than the tolerance are set to zero.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public float Tolerance { get; set; }
Visual Basic (Declaration)
Public Property Tolerance As Single
Visual C++
public:
property float Tolerance {
	float get ();
	void set (float value);
}

See Also