GenericCoreProvider<T>.WithMaxDegreeOfParallelism 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#
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.

See Also