C# Class DirectedGraph.DEdge

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
DEdge ( DEdge edg ) : System
DEdge ( int b, int e ) : System
Reverse ( ) : DEdge

Method Details

DEdge() public méthode

public DEdge ( DEdge edg ) : System
edg DEdge
Résultat System

DEdge() public méthode

public DEdge ( int b, int e ) : System
b int
e int
Résultat System

Reverse() public méthode

public Reverse ( ) : DEdge
Résultat DEdge