Click or drag to resize

GraphFastOnEdgeAdd Method

Adds edge between two nodes

Namespace:  GraphLibrary.Graphs.GraphsFast
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
protected abstract void OnEdgeAdd(
	int node1,
	int node2
)

Parameters

node1
Type: SystemInt32
Node one
node2
Type: SystemInt32
Node two
See Also