C# Class holdem_engine.TournamentHandHistory

Inheritance: HandHistory
ファイルを表示 Open project: tansey/holdem_engine Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
TournamentHandHistory ( Seat players, ulong handNumber, uint button, double blinds, double ante, BettingStructure bs ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

TournamentHandHistory() public method

public TournamentHandHistory ( Seat players, ulong handNumber, uint button, double blinds, double ante, BettingStructure bs ) : System
players Seat
handNumber ulong
button uint
blinds double
ante double
bs BettingStructure
return System