A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
GraphLibrary.Graphs.GraphsFast
GraphFastUndirected Class
GraphFastUndirected Methods
Neighbors Method
NeighborsIn Method
NodeDegree Method
NodeDegreeIn Method
NodeDegrees Method
NodeDegreesIn Method
OnEdgeAdd Method
OnEdgeRemove Method
GraphFastUndirected
NodeDegreesIn Method
Number of in 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#
Copy
public
override
Dictionary
<
int
,
int
>
NodeDegreesIn
()
Return Value
Type:
Dictionary
Int32
,
Int32
Dictionary of nodes and numbers of in neighbors
See Also
Reference
GraphFastUndirected Class
GraphLibrary.Graphs.GraphsFast Namespace