|  | DoubleNonnegativeLeastSqResultMaxIterations Property | 
            Gets the maximum number of iterations performed by the algorithm.
            Default is FloatNonnegativeLeastSquares.DEFAULT_MAX_ITERATIONS = 100000.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int MaxIterations { get; }Public ReadOnly Property MaxIterations As Integer
	Get
public:
property int MaxIterations {
	int get ();
}member MaxIterations : int with get
Property Value
Int32 See Also
See Also