C# Class CodeJam.Utils.graph.EdgeUInt64

Afficher le fichier Open project: eric7237cire/CodeJam

Méthodes publiques

Свойство Type Description
cap System.UInt64
from int

Méthodes publiques

Méthode Description
EdgeUInt64 ( int from, int to, System.UInt64 cap, System.UInt64 flow, int index ) : System

Method Details

EdgeUInt64() public méthode

public EdgeUInt64 ( int from, int to, System.UInt64 cap, System.UInt64 flow, int index ) : System
from int
to int
cap System.UInt64
flow System.UInt64
index int
Résultat System

Property Details

cap public_oe property

public UInt64,System cap
Résultat System.UInt64

from public_oe property

public int from
Résultat int