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.3.0.0 (1.3.17.0314)
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