A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
GraphLibrary.Graphs.GraphsFast
GraphFast Class
GraphFast Methods
EdgeAdd Method
EdgeAdd Method (List(Tuple(Int32, Int32)))
EdgeAdd Method (Int32, Int32)
GraphFast
EdgeAdd Method (List
Tuple
Int32, Int32
)
Adds multiple edges
Namespace:
GraphLibrary.Graphs.GraphsFast
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
Copy
public
override
void
EdgeAdd
(
List
<
Tuple
<
int
,
int
>>
edges
)
Parameters
edges
Type:
System.Collections.Generic
List
Tuple
Int32
,
Int32
List of pairs of nodes
See Also
Reference
GraphFast Class
EdgeAdd Overload
GraphLibrary.Graphs.GraphsFast Namespace