C# Class GR.Gambling.Blackjack.CardCounter

Afficher le fichier Open project: alexhanh/Botting-Library Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CardCounter ( double ppMultiplier ) : System
ppMultiplier double
Résultat System

CardCounter() public méthode

public CardCounter ( double baseEV, double tagValues ) : System
baseEV double
tagValues double
Résultat System

RemoveCard() public méthode

public RemoveCard ( int cardValue ) : void
cardValue int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

this() public méthode

public this ( int cardValue ) : int
cardValue int
Résultat int