The class provides support for parallel computations, paralleling loop’s iterations.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public sealed class Parallel |
Remarks
The class allows to parallel loop’s iteration computing them in separate threads, what allows their simultaneous execution on multiple CPUs/cores.