Click or drag to resize

GraphFastDirectedNodeDegreeIn Method

Returns number of in neighbors of a node

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

Parameters

node
Type: SystemInt32
Node

Return Value

Type: Int32
Number of in neighbors
See Also