  | DoubleIterativelyReweightedLeastSqConvergenceFunction Property | 
            Gets and sets the delegate function used to determine convergence.
            The delegate should return true when the tolerance is met.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleIterativelyReweightedLeastSqToleranceMetFunction ConvergenceFunction { get; set; }Public Property ConvergenceFunction As DoubleIterativelyReweightedLeastSqToleranceMetFunction
	Get
	Set
public:
property DoubleIterativelyReweightedLeastSqToleranceMetFunction^ ConvergenceFunction {
	DoubleIterativelyReweightedLeastSqToleranceMetFunction^ get ();
	void set (DoubleIterativelyReweightedLeastSqToleranceMetFunction^ value);
}member ConvergenceFunction : DoubleIterativelyReweightedLeastSqToleranceMetFunction with get, set
Property Value
DoubleIterativelyReweightedLeastSqToleranceMetFunction
See Also