Click or drag to resize

GraphFastUndirectedNeighborsIn Method

Returns list of in neighbors of a node. On GraphFastUndirected Neighbors(Int32), NeighborsIn(Int32) and NeighborsOut(Int32) are the same

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

Parameters

node
Type: SystemInt32
Node

Return Value

Type: ListInt32
List of in neighbors
See Also