Generic Core Provider<T>.With Max Degree Of Parallelism Method
Returns a provider with the specified maximum degree of parallelism.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
C#
A ManagedCoreProvider with the specified maximum degree of parallelism.
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
public GenericCoreProvider<T> WithMaxDegreeOfParallelism(
int maxDegreeOfParallelism
)
Parameters
- maxDegreeOfParallelism Int32
- The maximum degree of parallelism.
Return Value
GenericCoreProvider<T>A ManagedCoreProvider with the specified maximum degree of parallelism.