ManagedIterativeAlgorithm<T, TError, TReport>.ParallelOptions Property

Gets or sets the configuration for the parallel behavior of the algorithm.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ParallelOptions ParallelOptions { get; set; }

Property Value

ParallelOptions
A ParallelOptions instance.

See Also