GraphBase<TVertex, TEdge>.GetAsNonDirectedCopy 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.3.0 (1.3.18.0209)
Syntaxpublic NonDirectedGraph<TVertex, NonDirectedEdge<TVertex>> GetAsNonDirectedCopy()
Public Function GetAsNonDirectedCopy As NonDirectedGraph(Of TVertex, NonDirectedEdge(Of TVertex))
Return Value
Type:
NonDirectedGraph<TVertex,
NonDirectedEdge<TVertex>>this graph as a nondirected copy, even if this graph is a non-directed graph
See Also