C# Class PsHandler.PokerMath.Pot

Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Свойство Type Description
Amount decimal
Players List
Street Street

Méthodes publiques

Méthode Description
FindPot ( List pots, List players ) : Pot
Pot ( List players, decimal amount, Street street ) : System

Method Details

FindPot() public static méthode

public static FindPot ( List pots, List players ) : Pot
pots List
players List
Résultat Pot

Pot() public méthode

public Pot ( List players, decimal amount, Street street ) : System
players List
amount decimal
street Street
Résultat System

Property Details

Amount public_oe property

public decimal Amount
Résultat decimal

Players public_oe property

public List Players
Résultat List

Street public_oe property

public Street Street
Résultat Street