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