C# Class GR.Gambling.Blackjack.Hand

Afficher le fichier Open project: alexhanh/Botting-Library Class Usage Examples

Méthodes publiques

Méthode Description
AddCard ( Card card ) : void
Double ( Card card ) : void
GetEnumerator ( ) : IEnumerator
Hand ( ) : System
Hand ( CardSet cards ) : System
HardTotal ( ) : int
HasAce ( ) : bool
Hit ( Card card ) : void
IsBust ( ) : bool
IsNatural ( ) : bool
IsPair ( ) : bool
IsSplit ( ) : bool
PointCount ( ) : int
Reset ( ) : void
SoftTotal ( ) : int
Split ( Card card1, Card card2 ) : GR.Gambling.Blackjack.Hand[]
Stand ( ) : void
Surrender ( ) : void
ToString ( ) : string
this ( int index ) : Card

Method Details

AddCard() public méthode

public AddCard ( Card card ) : void
card Card
Résultat void

Double() public méthode

public Double ( Card card ) : void
card Card
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Hand() public méthode

public Hand ( ) : System
Résultat System

Hand() public méthode

public Hand ( CardSet cards ) : System
cards CardSet
Résultat System

HardTotal() public méthode

public HardTotal ( ) : int
Résultat int

HasAce() public méthode

public HasAce ( ) : bool
Résultat bool

Hit() public méthode

public Hit ( Card card ) : void
card Card
Résultat void

IsBust() public méthode

public IsBust ( ) : bool
Résultat bool

IsNatural() public méthode

public IsNatural ( ) : bool
Résultat bool

IsPair() public méthode

public IsPair ( ) : bool
Résultat bool

IsSplit() public méthode

public IsSplit ( ) : bool
Résultat bool

PointCount() public méthode

public PointCount ( ) : int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

SoftTotal() public méthode

public SoftTotal ( ) : int
Résultat int

Split() public méthode

public Split ( Card card1, Card card2 ) : GR.Gambling.Blackjack.Hand[]
card1 Card
card2 Card
Résultat GR.Gambling.Blackjack.Hand[]

Stand() public méthode

public Stand ( ) : void
Résultat void

Surrender() public méthode

public Surrender ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : Card
index int
Résultat Card