 | AdjacencyListWeightedDirectedGraphTEdgeCount Property |
Number of edges between the vertices of this graph.
Namespace: Slash.Collections.GraphsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic int EdgeCount { get; }
Public ReadOnly Property EdgeCount As Integer
Get
public:
virtual property int EdgeCount {
int get () sealed;
}
abstract EdgeCount : int with get
override EdgeCount : int with get
Property Value
Type:
Int32Implements
IWeightedGraphTEdgeCount
See Also