IImplementation Interface
Defines the contract for an implementation.
Definition
Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public interface IImplementation : IParallelized- Implements
- IParallelized
Properties
| Has |
Indicates whether the degree of parallelism is a property that is shared
across instances.
(Inherited from IParallelized) |
| Implemented | Gets the base type of the implementation. |
| Max |
Gets or sets the maximum degree of parallelism enabled by the instance.
(Inherited from IParallelized) |
| Name | Gets the name of the implementation. |
| Platform | Gets the processor architecture supported by the implementation. |