Click or drag to resize
Edge Constructor
Overload List
  NameDescription
Public methodEdge(Int32, Int32)
Initializes an edge between vertices v and w of an undirected graph when weight is immaterial.
Public methodEdge(Int32, Int32, Double)
Initializes an edge between vertices v and w of an undirected graph with the given weight.
Top
See Also