frontend
Preparing search index...
types/card
PokerOdds
Interface PokerOdds
Probability of achieving a specific poker hand rank.
interface
PokerOdds
{
count
:
number
;
handName
:
string
;
handRank
:
number
;
probability
:
number
;
total
:
number
;
}
Index
Properties
count
hand
Name
hand
Rank
probability
total
Properties
count
count
:
number
hand
Name
handName
:
string
hand
Rank
handRank
:
number
probability
probability
:
number
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
hand
Name
hand
Rank
probability
total
frontend
Loading...
Probability of achieving a specific poker hand rank.