Click or drag to resize
UnionFindUnion Method
Merges the components containing the specified elements into a single component.

Namespace: Network.Sim.Miscellaneous
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Union(
	int p,
	int q
)

Parameters

p
Type: SystemInt32
The first element.
q
Type: SystemInt32
The second element.
See Also