Gets the number of iterations performed.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public int Iterations { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Iterations As Integer |
| Visual C++ |
|---|
public: virtual property int Iterations { int get () sealed; } |