 | MultipleCurveFitMaxIterationsMet Property |
Returns true if the parameters just computed stopped because the
maximum number of iterations was reached; otherwise, false.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic bool MaxIterationsMet { get; }
Public ReadOnly Property MaxIterationsMet As Boolean
Get
public:
property bool MaxIterationsMet {
bool get ();
}
member MaxIterationsMet : bool with get
Property Value
Type:
Boolean
Remarks
Returns true if this.Iterations == this.MaxIterations.
See Also