Gets or sets the maximum number of iterations for the QP subproblem allowed during a single major iteration.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxMinorIterations() As Integer |
[C#] |
---|
public int MaxMinorIterations {get; set;} |
[Managed C++] |
---|
public: __property int get_MaxMinorIterations(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxMinorIterations( long * pVal ); public: HRESULT put_MaxMinorIterations( long newVal ); |
[Java] |
---|
public int getMaxMinorIterations(); public void setMaxMinorIterations( int ); |