CoreProvider<T>.HasSharedDegreeOfParallelism Property

Indicates whether the degree of parallelism is a property that is shared across instances.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual bool HasSharedDegreeOfParallelism { get; }

Property Value

Boolean

Implements

IParallelized.HasSharedDegreeOfParallelism

See Also