Core Provider<T>.Max Degree Of Parallelism Property
Gets or sets the maximum degree of parallelism enabled by this instance.
Definition
Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int MaxDegreeOfParallelism { get; set; }
Property Value
Int32Implements
IParallelized.MaxDegreeOfParallelismExceptions
ArgumentOutOfRangeException | The value is zero or less than -1. |