C# Class PsHandler.PokerMath.EvaluationPocket

Inheritance: Evaluation
ファイルを表示 Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
PocketsStr string[][]

Public Methods

Method Description
EvaluationPocket ( string pocketsStr, string boardCardsStr, string deadCardsStr, Scenario scenarios ) : System.Collections.Generic

Method Details

EvaluationPocket() public method

public EvaluationPocket ( string pocketsStr, string boardCardsStr, string deadCardsStr, Scenario scenarios ) : System.Collections.Generic
pocketsStr string
boardCardsStr string
deadCardsStr string
scenarios Scenario
return System.Collections.Generic

Property Details

PocketsStr public_oe property

public string[][] PocketsStr
return string[][]