C# Class Pathfinding.Threading.Parallel

Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
iterationStepLength int
threadsCount int

Public Methods

Method 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

Method Description
Initialize ( ) : void
WorkerThread ( object index ) : void

Method Details

Close() public method

public Close ( ) : void
return void

For() public static method

public static For ( int start, int stop, ForLoopBody loopBody ) : void
start int
stop int
loopBody ForLoopBody
return void

For() public static method

public static For ( int start, int stop, int stepLength, ForLoopBody loopBody ) : void
start int
stop int
stepLength int
loopBody ForLoopBody
return void

For() public static method

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

ForLoop() public method

public ForLoop ( int start, int stop, int stepLength, ForLoopBody loopBody, bool close ) : void
start int
stop int
stepLength int
loopBody ForLoopBody
close bool
return void

Property Details

iterationStepLength public static property

public static int iterationStepLength
return int

threadsCount public static property

public static int threadsCount
return int