CoreProvider<T>.ParallelOptions Property

Gets an object that specifies how the calculations should be parallelized.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected ParallelOptions ParallelOptions { get; }

Property Value

ParallelOptions
A ParallelOptions object.

See Also