Click or drag to resize
Edge Methods

The Edge type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares two edges by weight. Note that CompareTo() is not consistent with Equals(), which uses the reference equality implementation inherited from object.
Public methodStatic memberMainTest
Demo test the Edge data type.
Public methodOther
Returns the endpoint of this edge that is different from the given vertex.
Public methodToString
Returns a string representation of this edge.
(Overrides ObjectToString.)
Top
See Also