Model.MaxDegreeOfParallelism Property

Gets or sets the maximum degree of parallelism enabled by this instance.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int MaxDegreeOfParallelism { get; set; }

Property Value

Int32

Implements

IParallelized.MaxDegreeOfParallelism

Exceptions

ArgumentOutOfRangeException

The value is zero or less than -1.

See Also