C# Class PsHandler.PokerMath.ScenarioNode

ファイルを表示 Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
Count long
Places int[]

Public Methods

Method Description
Add ( int places ) : void
Add ( int places, int index, long count ) : void
Add ( int places, long count ) : void
CollectLeafs ( ) : List
CollectScenarios ( ) : PsHandler.PokerMath.Scenario[]
Normalize ( int values ) : int[]

Private Methods

Method Description
CollectLeafs ( List &leafs ) : void

Method Details

Add() public method

public Add ( int places ) : void
places int
return void

Add() public method

public Add ( int places, int index, long count ) : void
places int
index int
count long
return void

Add() public method

public Add ( int places, long count ) : void
places int
count long
return void

CollectLeafs() public method

public CollectLeafs ( ) : List
return List

CollectScenarios() public method

public CollectScenarios ( ) : PsHandler.PokerMath.Scenario[]
return PsHandler.PokerMath.Scenario[]

Normalize() public static method

public static Normalize ( int values ) : int[]
values int
return int[]

Property Details

Count public_oe property

public long Count
return long

Places public_oe property

public int[] Places
return int[]