| PowerMethodMaxIterations Property |
Gets and sets the maximum number of iterations to perform.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public int MaxIterations { get; set; }
Public Property MaxIterations As Integer
Get
Set
public:
property int MaxIterations {
int get ();
void set (int value);
}
member MaxIterations : int with get, set
Property Value
Int32See Also