  | AnnealingHistoryMaximumIterations Property | 
            Gets the number of maximum iterations at each step in the annealing history.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int[] MaximumIterations { get; }Public ReadOnly Property MaximumIterations As Integer()
	Get
public:
property array<int>^ MaximumIterations {
	array<int>^ get ();
}member MaximumIterations : int[] with get
Property Value
Int32
See Also