C# Class PsHandler.PokerMath.ScenarioNode

Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Свойство Type Description
Count long
Places int[]

Méthodes publiques

Méthode 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

Méthode Description
CollectLeafs ( List &leafs ) : void

Method Details

Add() public méthode

public Add ( int places ) : void
places int
Résultat void

Add() public méthode

public Add ( int places, int index, long count ) : void
places int
index int
count long
Résultat void

Add() public méthode

public Add ( int places, long count ) : void
places int
count long
Résultat void

CollectLeafs() public méthode

public CollectLeafs ( ) : List
Résultat List

CollectScenarios() public méthode

public CollectScenarios ( ) : PsHandler.PokerMath.Scenario[]
Résultat PsHandler.PokerMath.Scenario[]

Normalize() public static méthode

public static Normalize ( int values ) : int[]
values int
Résultat int[]

Property Details

Count public_oe property

public long Count
Résultat long

Places public_oe property

public int[] Places
Résultat int[]