  | MultipleCurveFitMaxTrialIterations Property | 
            Gets and sets the maximum number of iterations of trial step calculation.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int MaxTrialIterations { get; set; }Public Property MaxTrialIterations As Integer
	Get
	Set
public:
property int MaxTrialIterations {
	int get ();
	void set (int value);
}member MaxTrialIterations : int with get, set
Property Value
Int32
See Also