EdgeTVertex Constructor (TVertex, TVertex, Boolean) |
Namespace:
SD.Tools.Algorithmia.Graphs
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax public Edge(
TVertex startVertex,
TVertex endVertex,
bool isDirected
)
Public Sub New (
startVertex As TVertex,
endVertex As TVertex,
isDirected As Boolean
)
Parameters
- startVertex
- Type: TVertex
The start vertex. - endVertex
- Type: TVertex
The end vertex. - isDirected
- Type: SystemBoolean
if set to true, this edge is considered a directed edge, from startVertex to endVertex
See Also