Click or drag to resize

GraphFastNodeDegreesOut Method

Number of out neighbors of all nodes

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

Return Value

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