|
Enhanced C#
Loyc library documentation
|
A directed edge in a graph. More...
A directed edge in a graph.
Properties | |
| 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... | |
|
get |
The starting point of an edge in a graph.
1.8.7