Click or drag to resize
FlowEdge Constructor (FlowEdge)
Initializes a flow edge from another flow edge.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public FlowEdge(
	FlowEdge e
)

Parameters

e
Type: Algs4NetFlowEdge
the edge to copy
See Also