IParallelized Interface

Specifies the contract for types whose computational methods have been parallelized.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public interface IParallelized

Properties

HasSharedDegreeOfParallelism Indicates whether the degree of parallelism is a property that is shared across instances.
MaxDegreeOfParallelism Gets or sets the maximum degree of parallelism enabled by the instance.

See Also