| EdgeWeightedGraph Constructor (Int32) | 
             Initializes an empty edge-weighted graph with V vertices and 0 edges.
 
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EdgeWeightedGraph(
	int V
)
Parameters
- V
 - Type: SystemInt32
V the number of vertices 
Exceptions
See Also