Click or drag to resize
EdgeWeightedDigraph Constructor (EdgeWeightedDigraph)
Initializes a new edge-weighted digraph that is a deep copy of G.

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

Parameters

G
Type: Algs4NetEdgeWeightedDigraph
the edge-weighted digraph to copy
See Also