ManagedCoreProvider.WithMaxDegreeOfParallelism Method

Returns a provider with the specified maximum degree of parallelism.

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ManagedCoreProvider WithMaxDegreeOfParallelism(
	int maxDegreeOfParallelism
)

Parameters

maxDegreeOfParallelism  Int32
The maximum degree of parallelism.

Return Value

ManagedCoreProvider
A ManagedCoreProvider with the specified maximum degree of parallelism.

See Also