Click or drag to resize

BaseGraphNodeDegreesIn Method

Number of in neighbors of all nodes

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

Return Value

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