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.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public interface IParallelizedProperties
| Has | Indicates whether the degree of parallelism is a property that is shared across instances. |
| Max | Gets or sets the maximum degree of parallelism enabled by the instance. |