Click or drag to resize
AdjacencyListWeightedDirectedGraphT Properties

The AdjacencyListWeightedDirectedGraphT generic type exposes the following members.

Properties
  NameDescription
Public propertyEdgeCount
Number of edges between the vertices of this graph.
Public propertyEdges
Edges between the vertices of this graph.
Public propertyEdgeWeights
Weights of the edges between the vertices of this graph.
Public propertyVertexCount
Number of vertices of this graph.
Public propertyVertices
Vertices of this graph.
Top
See Also