C# Класс Blackjack.Players.CountingSystemBasicStrategyPlayer

A player which does some simple card counting and modifies basic strategy slightly depending on the count.
Наследование: BasicStrategyPlayer
Показать файл Открыть проект

Открытые методы

Метод Описание
BuyInsurance ( HandInfo info ) : bool
CountingSystemBasicStrategyPlayer ( long handsToPlay ) : System
DoubleDown ( HandInfo info ) : bool
GetBet ( decimal min, decimal max ) : decimal
HandOver ( HandInfo info ) : void
Hit ( HandInfo info ) : bool
Reshuffle ( ) : void

Описание методов

BuyInsurance() публичный метод

public BuyInsurance ( HandInfo info ) : bool
info HandInfo
Результат bool

CountingSystemBasicStrategyPlayer() публичный метод

public CountingSystemBasicStrategyPlayer ( long handsToPlay ) : System
handsToPlay long
Результат System

DoubleDown() публичный метод

public DoubleDown ( HandInfo info ) : bool
info HandInfo
Результат bool

GetBet() публичный метод

public GetBet ( decimal min, decimal max ) : decimal
min decimal
max decimal
Результат decimal

HandOver() публичный метод

public HandOver ( HandInfo info ) : void
info HandInfo
Результат void

Hit() публичный метод

public Hit ( HandInfo info ) : bool
info HandInfo
Результат bool

Reshuffle() публичный метод

public Reshuffle ( ) : void
Результат void