GenericLinearAlgebraOperations<T>.MaxDegreeOfParallelism Property

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

Definition

Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
C#
public override int MaxDegreeOfParallelism { get; set; }

Property Value

Int32

Implements

IParallelized.MaxDegreeOfParallelism

See Also