Gets the number of iterations that were necessary to insert all edges.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.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 ();
}

Field Value

The number of iterations that were necessary to insert all edges.

See Also