Default value for the tolerance used when determining whether or not a constraint is satified. This tolerance value will be used if no tolerance value is supplied when constructing a Constraint object, or set via the Tolerance property.

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

Syntax

C#
public const double DEFAULT_TOLERANCE
Visual Basic (Declaration)
Public Const DEFAULT_TOLERANCE As Double
Visual C++
public:
literal double DEFAULT_TOLERANCE

See Also