A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
GraphLibrary.Graphs
BaseGraph Class
BaseGraph Methods
EdgeAdd Method
EdgeRemove Method
Neighbors Method
NeighborsIn Method
NeighborsOut Method
NodeAdd Method
NodeDegree Method
NodeDegreeIn Method
NodeDegreeOut Method
NodeDegrees Method
NodeDegreesIn Method
NodeDegreesOut Method
NodeRemove Method
ReadEdgeList Method
ReadPajek Method
BaseGraph
NodeRemove Method
Removes a node
Namespace:
GraphLibrary.Graphs
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
Copy
public
abstract
void
NodeRemove
(
int
node
)
Parameters
node
Type:
System
Int32
node
See Also
Reference
BaseGraph Class
GraphLibrary.Graphs Namespace