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