Click or drag to resize

GraphFastUndirected Properties

The GraphFastUndirected type exposes the following members.

Properties
  NameDescription
Public propertyEdges
Gets list of eges
(Overrides BaseGraphEdges.)
Public propertyNetwork
Property that holds graph data. Each node has list of neighbors.
(Inherited from GraphFast.)
Public propertyNodes
Gets list of nodes
(Inherited from GraphFast.)
Public propertyNumberOfEdges
Gets list of edges
(Inherited from GraphFast.)
Public propertyNumberOfNodes
Gets number of nodes
(Inherited from GraphFast.)
Top
See Also