Method | Description | |
---|---|---|
CompareCards ( IEnumerable |
Compares the cards of two opponents to see which one can make the strongest hand with the community cards. At least 5 cards are needed. Can be used during and after the Flop round.
|
|
GetHandRank ( ICollection |
Finds the best possible hand given a player's cards and all revealed comunity cards.
|
public static CompareCards ( IEnumerable |
||
firstPlayerCards | IEnumerable |
First player cards + all revealed comunity cards |
secondPlayerCards | IEnumerable |
Second player cards + all revealed comunity cards |
return | int |
public static GetHandRank ( ICollection |
||
cards | ICollection |
A player's cards + all revealed comunity cards |
return | HandRankType |