C# 클래스 CodeJam.Utils.graph.EdgeInt64

파일 보기 프로젝트 열기: eric7237cire/CodeJam

공개 프로퍼티들

프로퍼티 타입 설명
cap System.Int64
from int

공개 메소드들

메소드 설명
EdgeInt64 ( int from, int to, System.Int64 cap, System.Int64 flow, int index ) : System

메소드 상세

EdgeInt64() 공개 메소드

public EdgeInt64 ( int from, int to, System.Int64 cap, System.Int64 flow, int index ) : System
from int
to int
cap System.Int64
flow System.Int64
index int
리턴 System

프로퍼티 상세

cap 공개적으로 프로퍼티

public Int64,System cap
리턴 System.Int64

from 공개적으로 프로퍼티

public int from
리턴 int