CoreProvider<T>.ParallelOptions Property

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

Definition

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

Property Value

ParallelOptions
A ParallelOptions object.

See Also