|
BaseGraphNeighborsOut Method
|
Returns list of out neighbors of a node
Namespace:
GraphLibrary.Graphs
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntaxpublic abstract List<int> NeighborsOut(
int node
)
Parameters
- node
- Type: SystemInt32
Node
Return Value
Type:
ListInt32List of out neighbors
See Also