 | AdjacencyListWeightedDirectedGraphTEdgeWeights Property |
Weights of the edges between the vertices of this graph.
Namespace: Slash.Collections.GraphsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic List<int>[] EdgeWeights { get; }
Public ReadOnly Property EdgeWeights As List(Of Integer)()
Get
public:
property array<List<int>^>^ EdgeWeights {
array<List<int>^>^ get ();
}
member EdgeWeights : List<int>[] with get
Property Value
Type:
ListInt32
See Also