Click or drag to resize
EdgeWeightedDigraph Constructor (Int32)
Initializes an empty edge-weighted digraph with V vertices and 0 edges.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public EdgeWeightedDigraph(
	int V
)

Parameters

V
Type: SystemInt32
the number of vertices
Exceptions
ExceptionCondition
ArgumentExceptionif V < 0
See Also