ManagedIterativeAlgorithm<T, TError, TReport>.ParallelOptions Property

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

Definition

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

Property Value

ParallelOptions
A ParallelOptions instance.

See Also