Click or drag to resize

GraphBaseTVertex, TEdgeGetAsNonDirectedCopy Method

Creates a NonDirectedGraph version of this graph. Always creates a copy, even if this graph is a non-directed graph.

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public NonDirectedGraph<TVertex, NonDirectedEdge<TVertex>> GetAsNonDirectedCopy()

Return Value

Type: NonDirectedGraphTVertex, NonDirectedEdgeTVertex
this graph as a nondirected copy, even if this graph is a non-directed graph
See Also