Generic Core Provider<T>.With Max Degree Of Parallelism Method
Returns a provider with the specified maximum degree of parallelism.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
A ManagedCoreProvider with the specified maximum degree of parallelism.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
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.