Click or drag to resize

GraphFastUndirectedNodeDegree Method

Returns number of in and out neighbors of a node On GraphFastUndirected NodeDegree(Int32), NodeDegreeIn(Int32) and NodeDegreeOut(Int32) are the same

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

Parameters

node
Type: SystemInt32
Node

Return Value

Type: Int32
Number of in and out neighbors
See Also