C# 클래스 HoldemHand.PocketHands

Represents a set of pocket hands and operations that can be applied to them.
파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 메소드들

메소드 설명
Query ( string s ) : PocketHands

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 ) : PocketHands

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

메소드 상세

Query() 공개 정적인 메소드

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.
public static Query ( string s ) : PocketHands
s string Query String
리턴 PocketHands

Query() 공개 정적인 메소드

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.
public static Query ( string s, ulong dead ) : PocketHands
s string string defining PocketHands query
dead ulong card mask for dead cards
리턴 PocketHands

ValidateQuery() 공개 정적인 메소드

public static ValidateQuery ( string s ) : bool
s string
리턴 bool

ValidateQuery() 공개 정적인 메소드

public static ValidateQuery ( string s, ulong dead ) : bool
s string
dead ulong
리턴 bool