|
GraphFastUndirectedNodeDegree Method
|
Namespace:
GraphLibrary.Graphs.GraphsFast
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntaxpublic override int NodeDegree(
int node
)
Parameters
- node
- Type: SystemInt32
Node
Return Value
Type:
Int32Number of in and out neighbors
See Also