Gets the configuration for the parallel behavior of the algorithm.
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
protected ParallelOptions ParallelOptions { get; }
|
| Visual Basic (Declaration) |
Protected ReadOnly Property ParallelOptions As ParallelOptions
Get
|
| Visual C++ |
protected:
property ParallelOptions^ ParallelOptions {
ParallelOptions^ get ();
}
|
| F# |
member ParallelOptions : ParallelOptions
|
Field Value
A
ParallelOptions instance.
See Also