Returns a provider with the specified maximum degree of parallelism.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.1
public GenericCoreProvider<T> WithMaxDegreeOfParallelism(
int maxDegreeOfParallelism
)
Public Function WithMaxDegreeOfParallelism (
maxDegreeOfParallelism As Integer
) As GenericCoreProvider(Of T)
public:
GenericCoreProvider<T>^ WithMaxDegreeOfParallelism(
int maxDegreeOfParallelism
)
member WithMaxDegreeOfParallelism :
maxDegreeOfParallelism : int -> GenericCoreProvider<'T>
Parameters
- maxDegreeOfParallelism
- Type: SystemInt32
The maximum degree of parallelism.
Return Value
Type:
GenericCoreProviderTA
ManagedCoreProvider with the specified
maximum degree of parallelism.
Reference