GraphType Type
The type of graph: directed or undirected.
Union cases
| Union case |
Description
|
Full Usage:
Directed
|
A directed graph where edges have a direction from source to destination. |
Full Usage:
Undirected
|
An undirected graph where edges are bidirectional. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDirected
Returns: bool
|
|
Full Usage:
this.IsUndirected
Returns: bool
|
|