Gets and sets the tolerance used to check the trust region area.

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

Syntax

C#
public double ToleranceTrustRegionArea { get; set; }
Visual Basic (Declaration)
Public Property ToleranceTrustRegionArea As Double
Visual C++
public:
property double ToleranceTrustRegionArea {
	double get ();
	void set (double value);
}

Remarks

If this tolerance is reached, the process will stop with TrustRegionWithinTolerance.

See Also