Click or drag to resize
TwoPairsCheckResult Class
Class holds detailed information about the 2 pairs hand you are holding. See also TwoPairsCheck.
Inheritance Hierarchy
SystemObject
  Potbot.Gameplay.AisTwoPairsCheckResult

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public class TwoPairsCheckResult

The TwoPairsCheckResult type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalInfo
This property has additional information on your hand if NrPairsOnBridge returns 1, e.g. there is one pair on the bridge. Othwise -1000 is returned.

If you have the other pair in your pockets, the following values are returned:

-1: I have a (over) pair in my holecards (higher than any card of the bridge).

-2: I have a pair in my holecards, there is one higher card on the bridge (If the pair one bridge is higher than my holepair, it counts as 1 only).

-3: I have a pair in my holecards, there are two higher cards on the bridge (If the pair one bridge is higher than my holepair, it counts as 1 only).

-4: I have a pair in my holecards, there are three higher cards on the bridge (If the pair one bridge is higher than my holepair, it counts as 1 only).

-5: I have a pair in my holecards, there are three higher cards and the higher pair on the bridge.

If one of your pocketcards make the second pair with one of the cards on the board, the following value is returned:

Overcards: The number of cards, that have a higher value than the card in your pockets that didn't make a pair (kicker). (The pair on the bridge doensn't count).

Public propertyNrPairsOnBridge
Returns the number of pairs (of the two pairs) that are on bridge.
Top
See Also