Click or drag to resize

IDisjointSetTUnion Method

Namespace:  QuickGraph.Collections
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
bool Union(
	T left,
	T right
)

Parameters

left
Type: T
right
Type: T

Return Value

Type: Boolean
See Also