Méthode | Description | |
---|---|---|
Query ( string s ) : |
This function allows a text description (or query) of set of pocket hands to be specified such that all of the hands that match this query will be returned.
|
|
Query ( string s, ulong dead ) : |
This function allows a text description (or query) of set of pocket hands to be specified such that all of the hands that match this query (minus the hands containing any of the cards in the dead mask) will be returned.
|
|
ValidateQuery ( string s ) : bool |
|
|
ValidateQuery ( string s, ulong dead ) : bool |
|
public static Query ( string s ) : |
||
s | string | Query String |
Résultat |
public static Query ( string s, ulong dead ) : |
||
s | string | string defining PocketHands query |
dead | ulong | card mask for dead cards |
Résultat |
public static ValidateQuery ( string s ) : bool | ||
s | string | |
Résultat | bool |
public static ValidateQuery ( string s, ulong dead ) : bool | ||
s | string | |
dead | ulong | |
Résultat | bool |