C# Class Hardly.Games.PokerPlayerHandEvaluator

Inheritance: Hardly.Games.PlayingCardListEvaluator
Afficher le fichier Open project: hardlydifficult/HardlyBot

Méthodes publiques

Свойство Type Description
cards List

Méthodes publiques

Méthode Description
PokerPlayerHandEvaluator ( List playerCards, List tableCards ) : System

Private Methods

Méthode Description
CalcHandStats ( List playerCards, bool &isFlush, PlayingCard &firstPairValue, PlayingCard &secondPairValue, uint &firstPairCardCount, uint &secondPairCardCount, bool &isStraight ) : void
CheckForFlush ( List playerCards ) : bool
GetHandType ( uint firstPairCardCount, uint secondPairCardCount, bool isStraight, bool isFlush ) : HandType
GetValue ( PlayingCard value1, PlayingCard value2, PlayingCard value3, PlayingCard value4, PlayingCard value5 ) : ulong
HandValue ( List cards ) : ulong>.Tuple

Method Details

PokerPlayerHandEvaluator() public méthode

public PokerPlayerHandEvaluator ( List playerCards, List tableCards ) : System
playerCards List
tableCards List
Résultat System

Property Details

cards public_oe property

public List cards
Résultat List