Click or drag to resize

ControlMaxDegreeOfParallelism Property

Gets or sets a value indicating how many parallel worker threads shall be used when parallelization is applicable.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int MaxDegreeOfParallelism { get; set; }

Property Value

Int32
Remarks
Default to the number of processor cores, must be between 1 and 1024 (inclusive).
See Also