Click or drag to resize

BaseGraphEdgeAdd Method (Int32, Int32)

Adds edge between two nodes

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

Parameters

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