GraphBaseTVertex, TEdgeGetEdgesToEndVertex Method |
Gets all the edges which end in the endVertex specified.
Namespace:
SD.Tools.Algorithmia.Graphs
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax public HashSet<TEdge> GetEdgesToEndVertex(
TVertex endVertex
)
Public Function GetEdgesToEndVertex (
endVertex As TVertex
) As HashSet(Of TEdge)
Parameters
- endVertex
- Type: TVertex
The end vertex of the edges to obtain.
Return Value
Type:
HashSetTEdgeSet of edges which have the specified endVertex as their endVertex, or an empty set if endVertex isn't part of this graph
See Also