 | MultipleCurveFitToleranceTrustRegionArea Property |
Gets and sets the tolerance used to check the trust region area.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic double ToleranceTrustRegionArea { get; set; }
Public Property ToleranceTrustRegionArea As Double
Get
Set
public:
property double ToleranceTrustRegionArea {
double get ();
void set (double value);
}
member ToleranceTrustRegionArea : float with get, set
Property Value
Type:
Double
Remarks
If this tolerance is reached, the process will stop with [!:Criterion.TrustRegionWithinTolerance].
See Also