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

Show file Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method 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

Method 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 method

public static CreateMoneyGameMET ( string filename, double stake, double limit, bool rake ) : int
filename string
stake double
limit double
rake bool
return int

CreateRakelessMet() public static method

public static CreateRakelessMet ( string filename, int stake, int limit ) : void
filename string
stake int
limit int
return void

Test() public static method

public static Test ( string filepath, int stake, int limit ) : void
filepath string
stake int
limit int
return void