'DeclarationPublic Overloads Function GetShortestPath( _ ByVal start As System.Integer, _ ByVal finish As System.Integer _ ) As System.Integer()
'UsageDim instance As NShortestPathDijkstra Dim start As System.Integer Dim finish As System.Integer Dim value() As System.Integer value = instance.GetShortestPath(start, finish)
Parameters
- start
- finish