C# Class GR.Gambling.Backgammon.Tools.MatchEquityTable

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

Méthodes publiques

Méthode Description
CreateMoneyGameMET ( string filename, double stake, double limit, bool rake ) : int
CreateRakelessMet ( string filename, int stake, int limit ) : void
Test ( string filepath, int stake, int limit ) : void

Private Methods

Méthode Description
CreateMETRow ( XmlDocument xmldoc, double values ) : XmlElement
METValue ( double stake, double limit, bool rake, int points ) : double
MetValue ( int points, int max_points ) : double
MetValue ( int stake, int limit, int points, int max_points ) : double

Method Details

CreateMoneyGameMET() public static méthode

public static CreateMoneyGameMET ( string filename, double stake, double limit, bool rake ) : int
filename string
stake double
limit double
rake bool
Résultat int

CreateRakelessMet() public static méthode

public static CreateRakelessMet ( string filename, int stake, int limit ) : void
filename string
stake int
limit int
Résultat void

Test() public static méthode

public static Test ( string filepath, int stake, int limit ) : void
filepath string
stake int
limit int
Résultat void