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