Click or drag to resize

GraphFast Properties

The GraphFast type exposes the following members.

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