Click or drag to resize

BaseGraphNeighborsIn Method

Returns list of in neighbors of a node List of in-nodes where in-node -> node

Namespace:  GraphLibrary.Graphs
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public abstract List<int> NeighborsIn(
	int node
)

Parameters

node
Type: SystemInt32
Node

Return Value

Type: ListInt32
List of in neighbors
See Also