Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
Comuna
Network Class
Network Methods
AddEdge Method
AddVertex Method
Clear Method
ClearConnections Method
ClearNodes Method
Dispose Method
LoadFromCsv Method
RemoveEdge Method
RemoveVertex Method
SaveToCsv Method
ToString Method
Network
AddVertex Method
Adds a new node to the network.
Namespace:
Comuna
Assembly:
Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
Copy
public
bool
AddVertex
(
uint
node
)
Request Example
View Source
Parameters
node
Type:
System
UInt32
The node (ID) to be added to the network.
Return Value
Type:
Boolean
A
Boolean
indicating whether the node was successfully added.
See Also
Reference
Network Class
Comuna Namespace
Copyright (c) 2018 Pedro Sequeira