Gets the number of iterations that were necessary to insert all edges.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public int NumberOfIterations { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property NumberOfIterations As Integer |
| Visual C++ |
|---|
public: property int NumberOfIterations { int get (); } |