 | IWeightedGraphTEdgeCount Property |
Number of edges between the vertices of this graph.
Namespace: Slash.Collections.GraphsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
SyntaxReadOnly Property EdgeCount As Integer
Get
property int EdgeCount {
int get ();
}
abstract EdgeCount : int with get
Property Value
Type:
Int32
See Also