C# Class GR.Gambling.Blackjack.Program.SmartReset

Inheritance: ResetSystem
显示文件 Open project: alexhanh/Botting-Library

Public Methods

Method Description
Reset ( int cards_dealt, double shoe_ev ) : bool
SmartReset ( double start_ev, double end_ev, int max_dealt ) : System

Method Details

Reset() public method

public Reset ( int cards_dealt, double shoe_ev ) : bool
cards_dealt int
shoe_ev double
return bool

SmartReset() public method

public SmartReset ( double start_ev, double end_ev, int max_dealt ) : System
start_ev double
end_ev double
max_dealt int
return System