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.Graph
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double[] Distances { get; }
Public ReadOnly Property Distances As Double()
Get
public:
property array<double>^ Distances {
array<double>^ get ();
}
Property Value
Type:
DoubleSee Also