Click or drag to resize
AdjacencyListWeightedDirectedGraphTEdgeCount Property
Number of edges between the vertices of this graph.

Namespace: Slash.Collections.Graphs
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public int EdgeCount { get; }

Property Value

Type: Int32

Implements

IWeightedGraphTEdgeCount
See Also