DijkstraDistances Property
Distances to all vertices from source vertex.
The value double.MaxValue indicates that the vertex
can not be reached from the source vertices, or that the
algorithm has been manually stopped before reaching the vertix.
Namespace: DHI.Mike1D.Generic.GraphAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public double[] Distances { get; }
Property Value
Double