| SolutionMostIterationsDone Property |
[This is preliminary documentation and is subject to change.]
Max number of iterations required to converge at any control iteration of the most recent solution.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int MostIterationsDone { get; }
Public ReadOnly Property MostIterationsDone As Integer
Get
public:
property int MostIterationsDone {
int get ();
}
member MostIterationsDone : int with get
function get_MostIterationsDone();
Property Value
Type:
Int32See Also