C# 클래스 PsHandler.PokerMath.Pot

파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Amount decimal
Players List
Street Street

공개 메소드들

메소드 설명
FindPot ( List pots, List players ) : Pot
Pot ( List players, decimal amount, Street street ) : System

메소드 상세

FindPot() 공개 정적인 메소드

public static FindPot ( List pots, List players ) : Pot
pots List
players List
리턴 Pot

Pot() 공개 메소드

public Pot ( List players, decimal amount, Street street ) : System
players List
amount decimal
street Street
리턴 System

프로퍼티 상세

Amount 공개적으로 프로퍼티

public decimal Amount
리턴 decimal

Players 공개적으로 프로퍼티

public List Players
리턴 List

Street 공개적으로 프로퍼티

public Street Street
리턴 Street