|
GraphFastOnEdgeAdd Method
|
Adds edge between two nodes
Namespace:
GraphLibrary.Graphs.GraphsFast
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntaxprotected abstract void OnEdgeAdd(
int node1,
int node2
)
Parameters
- node1
- Type: SystemInt32
Node one - node2
- Type: SystemInt32
Node two
See Also