GenericCoreProvider<T>.HasSharedDegreeOfParallelism Property

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

Definition

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

Property Value

Boolean

Implements

IParallelized.HasSharedDegreeOfParallelism
IParallelized.HasSharedDegreeOfParallelism

See Also