Gets or sets the maximum degree of parallelism enabled by this instance.
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public int MaxDegreeOfParallelism { get; set; }
|
| Visual Basic (Declaration) |
Public Property MaxDegreeOfParallelism As Integer
Get
Set
|
| Visual C++ |
public:
virtual property int MaxDegreeOfParallelism {
int get () sealed;
void set (int value) sealed;
}
|
| F# |
abstract MaxDegreeOfParallelism : int with get, set
override MaxDegreeOfParallelism : int with get, set
|
Exceptions
See Also