Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | Connection Constructor |
Creates a new Connection linking the given source and target with the
associated weight.
Namespace: Comuna
Assembly: Comuna (in Comuna.dll) Version: 1.0.0

C#
public Connection( uint source, uint target, double weight = 1 )
Parameters
- source
- Type: SystemUInt32
The source of the connection. - target
- Type: SystemUInt32
The target of the connection. - weight (Optional)
- Type: SystemDouble
The weight associated with the connection.
