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
NeighborsIn Method
Returns list of in neighbors of a node. On GraphFastUndirected
Neighbors(Int32)
,
NeighborsIn(Int32)
and
NeighborsOut(Int32)
are the same
Namespace:
GraphLibrary.Graphs.GraphsFast
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
Copy
public
override
List
<
int
>
NeighborsIn
(
int
node
)
Parameters
node
Type:
System
Int32
Node
Return Value
Type:
List
Int32
List of in neighbors
See Also
Reference
GraphFastUndirected Class
GraphLibrary.Graphs.GraphsFast Namespace