Returns the percentages (0-100) for you to win, tie or lose the current hand, if there would be a showndown immediately.
The results are based on simulation preflop (not 100% precise) and on calculation otherwise (100% precise).
Namespace: Potbot.Gameplay.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxprotected float[] ResultPercent()
Protected Function ResultPercent As Single()
member ResultPercent : unit -> float32[]
Return Value
Type:
Single[]ResultPercent(0): Your chance to win the current hand (0-100)
ResultPercent(1): Your chance to tie the current hand (0-100)
ResultPercent(2): Your chance to lose the current hand (0-100)
RemarksAll 3 numbers added is 100 always.
See Also