GenericCoreProvider<T>.HasSharedDegreeOfParallelism Property

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
C#
public override bool HasSharedDegreeOfParallelism { get; }

Property Value

Boolean

Implements

IParallelized.HasSharedDegreeOfParallelism
IParallelized.HasSharedDegreeOfParallelism

See Also