Click or drag to resize

GraphFastUndirectedNodeDegrees Method

Number of in and out neighbors of all nodes On GraphFastUndirected NodeDegrees, NodeDegreesIn and NodeDegreesOut are the same

Namespace:  GraphLibrary.Graphs.GraphsFast
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public override Dictionary<int, int> NodeDegrees()

Return Value

Type: DictionaryInt32, Int32
Dictionary of nodes and numbers of in and out neighbors
See Also