C# Class PsHandler.PokerMath.Pot

Show file 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 property

public decimal Amount
return decimal

Players public property

public List Players
return List

Street public property

public Street Street
return Street