Network.RemoveVertex Method

Comuna.NET

NetworkRemoveVertex Method

Removes the given node (ID) from the network and updates weights.

Namespace:  Comuna
Assembly:  Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public bool RemoveVertex(
	uint node
)
Request Example View Source

Parameters

node
Type: SystemUInt32
The node to be removed.

Return Value

Type: Boolean
A Boolean indicating whether the node was successfully removed.
See Also