|
Enhanced C#
Loyc library documentation
|
A directed edge in a graph. More...
A directed edge in a graph.
Additional Inherited Members | |
Properties inherited from Loyc.Graphs.IEdge< out Node, out TCost > | |
| Node | From [get] |
| The starting point of an edge in a graph. More... | |
Properties inherited from Loyc.Graphs.IEdgeTo< out Node, out TCost > | |
| TCost | Cost [get] |
| The weight of this edge. More... | |
Properties inherited from Loyc.Graphs.ITo< out Node > | |
| Node | To [get] |
| The destination point of an edge in graph. More... | |
1.8.7