C# Class Pathfinding.Threading.Parallel

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
iterationStepLength int
threadsCount int

Méthodes publiques

Méthode Description
Close ( ) : void
For ( int start, int stop, ForLoopBody loopBody ) : void
For ( int start, int stop, int stepLength, ForLoopBody loopBody ) : void
For ( int start, int stop, int stepLength, ForLoopBody loopBody, bool close ) : void
ForLoop ( int start, int stop, int stepLength, ForLoopBody loopBody, bool close ) : void

Private Methods

Méthode Description
Initialize ( ) : void
WorkerThread ( object index ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

For() public static méthode

public static For ( int start, int stop, ForLoopBody loopBody ) : void
start int
stop int
loopBody ForLoopBody
Résultat void

For() public static méthode

public static For ( int start, int stop, int stepLength, ForLoopBody loopBody ) : void
start int
stop int
stepLength int
loopBody ForLoopBody
Résultat void

For() public static méthode

public static For ( int start, int stop, int stepLength, ForLoopBody loopBody, bool close ) : void
start int
stop int
stepLength int
loopBody ForLoopBody
close bool
Résultat void

ForLoop() public méthode

public ForLoop ( int start, int stop, int stepLength, ForLoopBody loopBody, bool close ) : void
start int
stop int
stepLength int
loopBody ForLoopBody
close bool
Résultat void

Property Details

iterationStepLength public_oe static_oe property

public static int iterationStepLength
Résultat int

threadsCount public_oe static_oe property

public static int threadsCount
Résultat int