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.GraphsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public NonDirectedGraph<TVertex, NonDirectedEdge<TVertex>> GetAsNonDirectedCopy()
Public Function GetAsNonDirectedCopy As NonDirectedGraph(Of TVertex, NonDirectedEdge(Of TVertex))
Return Value
Type:
NonDirectedGraphTVertex,
NonDirectedEdgeTVertexthis graph as a nondirected copy, even if this graph is a non-directed graph
See Also