Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Default
Edge
C# Class Default.Edge
Exibir arquivo
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
Public Properties
Property
Type
Description
Next
Edge
Weight
int
v1
Vertex
Public Methods
Method
Description
AddEdge
(
Edge
x
,
Edge
y
) :
void
Edge
(
Vertex
n1
,
Vertex
n2
) :
System
Method Details
AddEdge()
public
method
public
AddEdge
(
Edge
x
,
Edge
y
) :
void
x
Edge
y
Edge
return
void
Edge()
public
method
public
Edge
(
Vertex
n1
,
Vertex
n2
) :
System
n1
Vertex
n2
Vertex
return
System
Property Details
Next
public_oe property
public
Edge
Next
return
Edge
Weight
public_oe property
public
int
Weight
return
int
v1
public_oe property
public
Vertex,Default
v1
return
Vertex