Click or drag to resize
IWeightedGraphT Methods

The IWeightedGraphT generic type exposes the following members.

Methods
  NameDescription
Public methodDegree
Returns the number of adjacent vertices of the given vertex.
Public methodGetEdgeWeight
Gets the weight of the edge between the specified vertices.
Public methodHasEdge
Checks if there is an edge between two vertices of this graph.
Public methodListOfAdjacentVertices
Returns a list containing the adjacent vertices of a given vertex in this graph.
Top
See Also