'Declaration
Public Overloads Function GetShortestPath( _ ByVal start As System.Integer _ ) As System.Integer()
'Usage
Dim instance As NShortestPathDijkstra Dim start As System.Integer Dim value() As System.Integer value = instance.GetShortestPath(start)
public System.int[] GetShortestPath( System.int start )
Parameters
- start