C# 클래스 GR.Gambling.Blackjack.CardCounter

파일 보기 프로젝트 열기: alexhanh/Botting-Library 1 사용 예제들

공개 메소드들

메소드 설명
CardCounter ( double ppMultiplier ) : System
CardCounter ( double baseEV, double tagValues ) : System
RemoveCard ( int cardValue ) : void
Reset ( ) : void
this ( int cardValue ) : int

메소드 상세

CardCounter() 공개 메소드

public CardCounter ( double ppMultiplier ) : System
ppMultiplier double
리턴 System

CardCounter() 공개 메소드

public CardCounter ( double baseEV, double tagValues ) : System
baseEV double
tagValues double
리턴 System

RemoveCard() 공개 메소드

public RemoveCard ( int cardValue ) : void
cardValue int
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

this() 공개 메소드

public this ( int cardValue ) : int
cardValue int
리턴 int