C# Class GR.Gambling.Blackjack.CardCounter

显示文件 Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method Description
CardCounter ( double ppMultiplier ) : System
CardCounter ( double baseEV, double tagValues ) : System
RemoveCard ( int cardValue ) : void
Reset ( ) : void
this ( int cardValue ) : int

Method Details

CardCounter() public method

public CardCounter ( double ppMultiplier ) : System
ppMultiplier double
return System

CardCounter() public method

public CardCounter ( double baseEV, double tagValues ) : System
baseEV double
tagValues double
return System

RemoveCard() public method

public RemoveCard ( int cardValue ) : void
cardValue int
return void

Reset() public method

public Reset ( ) : void
return void

this() public method

public this ( int cardValue ) : int
cardValue int
return int