C# Class PsHandler.PokerMath.Pot

ファイルを表示 Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
Amount decimal
Players List
Street Street

Public Methods

Method Description
FindPot ( List pots, List players ) : Pot
Pot ( List players, decimal amount, Street street ) : System

Method Details

FindPot() public static method

public static FindPot ( List pots, List players ) : Pot
pots List
players List
return Pot

Pot() public method

public Pot ( List players, decimal amount, Street street ) : System
players List
amount decimal
street Street
return System

Property Details

Amount public_oe property

public decimal Amount
return decimal

Players public_oe property

public List Players
return List

Street public_oe property

public Street Street
return Street