Click or drag to resize
AiResultPercent Method
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.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
protected float[] ResultPercent()

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)

Remarks
All 3 numbers added is 100 always.
See Also