|
GraphFastDirectedNodeDegreesIn Method
|
Number of in neighbors of all nodes
Namespace:
GraphLibrary.Graphs.GraphsFast
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntaxpublic override Dictionary<int, int> NodeDegreesIn()
Return Value
Type:
DictionaryInt32,
Int32Dictionary of nodes and numbers of in neighbors
See Also