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.Graphviz
Edge Class
Edge Constructor
Edge Properties
Edge Methods
Edge Operators
Edge Constructor
Creates a new
Edge
linking the given source and target with the associated weight.
Namespace:
Comuna.Graphviz
Assembly:
Comuna.Graphviz (in Comuna.Graphviz.dll) Version: 1.0.0
Syntax
C#
Copy
public
Edge
(
Node
source
,
Node
target
,
double
weight
= 1 )
Request Example
View Source
Parameters
source
Type:
Comuna.Graphviz
.
Node
The source of the connection.
target
Type:
Comuna.Graphviz
.
Node
The target of the connection.
weight
(Optional)
Type:
System
.
Double
The weight associated with the connection.
See Also
Reference
Edge Class
Comuna.Graphviz Namespace
Copyright (c) 2018 Pedro Sequeira