Edge Methods |
The Edge type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo |
Compares two edges by weight.
Note that CompareTo() is not consistent with Equals(),
which uses the reference equality implementation inherited from object. |
![]() ![]() | MainTest | Demo test the Edge data type. |
![]() | Other |
Returns the endpoint of this edge that is different from the given vertex. |
![]() | ToString | Returns a string representation of this edge. (Overrides ObjectToString.) |