Click or drag to resize
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.3.0.0 (1.3.17.0314)
Syntax
public HashSet<TEdge> GetEdgesToEndVertex(
	TVertex endVertex
)

Parameters

endVertex
Type: TVertex
The end vertex of the edges to obtain.

Return Value

Type: HashSetTEdge
Set of edges which have the specified endVertex as their endVertex, or an empty set if endVertex isn't part of this graph
See Also